mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-08 05:24:39 +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;
|
||||
}
|
||||
|
||||
protected void handleNewIntent( Intent intent ) {
|
||||
protected void handleNewIntent( Intent intent )
|
||||
{
|
||||
Log.d( TAG, "handleNewIntent(%s): not handling", intent.toString() );
|
||||
}
|
||||
|
||||
|
|
|
@ -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?" );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue