no point in triggering a zoom call meant to get state before layout's

been done.
This commit is contained in:
eehouse 2010-06-02 04:59:14 +00:00
parent c7bedc297c
commit 048e854d4e

View file

@ -686,8 +686,6 @@ public class BoardActivity extends Activity implements UtilCtxt {
m_xport.setReceiver( m_jniThread );
}
m_jniThread.handle( JNICmd.CMD_START );
// check and disable zoom button at limit
m_jniThread.handle( JNICmd.CMD_ZOOM, 0 );
setTitle( GameUtils.gameName( this, m_path ) );
}