mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-09 05:24:44 +01:00
cleanup
This commit is contained in:
parent
a5b98c483c
commit
0250996009
2 changed files with 3 additions and 2 deletions
|
@ -662,7 +662,8 @@ public abstract class DelegateBase implements DlgClickNotify,
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
protected void handleNewIntent( Intent intent ) {
|
protected void handleNewIntent( Intent intent )
|
||||||
|
{
|
||||||
Log.d( TAG, "handleNewIntent(%s): not handling", intent.toString() );
|
Log.d( TAG, "handleNewIntent(%s): not handling", intent.toString() );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -62,7 +62,7 @@ public class MainActivity extends XWActivity
|
||||||
@Override
|
@Override
|
||||||
protected void onCreate( Bundle savedInstanceState )
|
protected void onCreate( Bundle savedInstanceState )
|
||||||
{
|
{
|
||||||
if ( BuildConfig.DEBUG && !isTaskRoot() ) {
|
if ( BuildConfig.NON_RELEASE && !isTaskRoot() ) {
|
||||||
Log.e( TAG, "isTaskRoot() => false!!! What to do?" );
|
Log.e( TAG, "isTaskRoot() => false!!! What to do?" );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue