mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-04 23:02:02 +01:00
call executePendingTransactions() to fix crash on opening
notification. Not sure why I had it commented out before.
This commit is contained in:
parent
a375aed0fa
commit
0c4c1af926
1 changed files with 1 additions and 2 deletions
|
@ -240,7 +240,6 @@ public class MainActivity extends XWActivity
|
|||
.add( id, fragment )
|
||||
.addToBackStack( newName )
|
||||
.commit();
|
||||
// fm.executePendingTransactions();
|
||||
fm.executePendingTransactions();
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue