mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-23 07:27:22 +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 )
|
.add( id, fragment )
|
||||||
.addToBackStack( newName )
|
.addToBackStack( newName )
|
||||||
.commit();
|
.commit();
|
||||||
// fm.executePendingTransactions();
|
fm.executePendingTransactions();
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue