mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-08 05:24:39 +01:00
use the same key to set and get bundle item, probably fixing a couple of recent Dev Console-reported crashes.
This commit is contained in:
parent
4499639d73
commit
843c6389cf
1 changed files with 1 additions and 1 deletions
|
@ -609,7 +609,7 @@ public class BoardActivity extends XWActivity
|
||||||
protected void onSaveInstanceState( Bundle outState )
|
protected void onSaveInstanceState( Bundle outState )
|
||||||
{
|
{
|
||||||
super.onSaveInstanceState( outState );
|
super.onSaveInstanceState( outState );
|
||||||
outState.putInt( DLG_TITLESTR, m_dlgTitle );
|
outState.putInt( DLG_TITLE, m_dlgTitle );
|
||||||
outState.putString( DLG_TITLESTR, m_dlgTitleStr );
|
outState.putString( DLG_TITLESTR, m_dlgTitleStr );
|
||||||
outState.putString( DLG_BYTES, m_dlgBytes );
|
outState.putString( DLG_BYTES, m_dlgBytes );
|
||||||
outState.putString( ROOM, m_room );
|
outState.putString( ROOM, m_room );
|
||||||
|
|
Loading…
Reference in a new issue