mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-08 05:24:39 +01:00
remove redundant intent opening
This might be the reason there are sometimes two windows getting opened.
This commit is contained in:
parent
07704969af
commit
10cf96aa46
1 changed files with 0 additions and 2 deletions
|
@ -1069,8 +1069,6 @@ public class GamesListDelegate extends ListDelegateBase
|
|||
Log.d( TAG, "handleNewIntent(extras={%s})", DbgUtils.extrasToString( intent ) );
|
||||
m_launchedGames.clear();
|
||||
Assert.assertNotNull( intent );
|
||||
invalRelayIDs( intent.getStringArrayExtra( RELAYIDS_EXTRA ) );
|
||||
reloadGame( intent.getLongExtra( ROWID_EXTRA, -1 ) );
|
||||
tryStartsFromIntent( intent );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue