mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-27 09:58:45 +01:00
no point in triggering a zoom call meant to get state before layout's
been done.
This commit is contained in:
parent
c7bedc297c
commit
048e854d4e
1 changed files with 0 additions and 2 deletions
|
@ -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 ) );
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue