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:
Eric House 2014-01-25 17:56:15 -08:00
parent 4499639d73
commit 843c6389cf

View file

@ -609,7 +609,7 @@ public class BoardActivity extends XWActivity
protected void onSaveInstanceState( Bundle 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_BYTES, m_dlgBytes );
outState.putString( ROOM, m_room );