mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
NEW_TASK plus CLEAR_TOP is the magic combination -- says one set of
docs. Looks good so far.
This commit is contained in:
parent
dd8da6d312
commit
c2c2c7e766
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ public class DispatchNotify extends Activity {
|
|||
// instance.
|
||||
|
||||
intent.setFlags( Intent.FLAG_ACTIVITY_CLEAR_TOP
|
||||
| Intent.FLAG_ACTIVITY_SINGLE_TOP );
|
||||
| Intent.FLAG_ACTIVITY_NEW_TASK );
|
||||
if ( null != relayIDs ) {
|
||||
intent.putExtra( RELAYIDS_EXTRA, relayIDs );
|
||||
} else if ( null != data ) {
|
||||
|
|
Loading…
Reference in a new issue