This commit is contained in:
Eric House 2020-10-29 09:05:09 -07:00
parent a5b98c483c
commit 0250996009
2 changed files with 3 additions and 2 deletions

View file

@ -662,7 +662,8 @@ public abstract class DelegateBase implements DlgClickNotify,
return false;
}
protected void handleNewIntent( Intent intent ) {
protected void handleNewIntent( Intent intent )
{
Log.d( TAG, "handleNewIntent(%s): not handling", intent.toString() );
}

View file

@ -62,7 +62,7 @@ public class MainActivity extends XWActivity
@Override
protected void onCreate( Bundle savedInstanceState )
{
if ( BuildConfig.DEBUG && !isTaskRoot() ) {
if ( BuildConfig.NON_RELEASE && !isTaskRoot() ) {
Log.e( TAG, "isTaskRoot() => false!!! What to do?" );
}