mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-22 07:28:16 +01:00
fix crash when starting in non-dualpane mode
This commit is contained in:
parent
b874d25563
commit
ca4b3fd454
1 changed files with 3 additions and 1 deletions
|
@ -96,7 +96,9 @@ public class MainActivity extends XWActivity
|
|||
{
|
||||
setSafeToRun();
|
||||
super.onPostResume();
|
||||
setVisiblePanes();
|
||||
if ( m_dpEnabled ) {
|
||||
setVisiblePanes();
|
||||
}
|
||||
}
|
||||
|
||||
// called when we're brought to the front (probably as a result of
|
||||
|
|
Loading…
Reference in a new issue