mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-08 20:46:12 +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,8 +96,10 @@ public class MainActivity extends XWActivity
|
||||||
{
|
{
|
||||||
setSafeToRun();
|
setSafeToRun();
|
||||||
super.onPostResume();
|
super.onPostResume();
|
||||||
|
if ( m_dpEnabled ) {
|
||||||
setVisiblePanes();
|
setVisiblePanes();
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// called when we're brought to the front (probably as a result of
|
// called when we're brought to the front (probably as a result of
|
||||||
// notification)
|
// notification)
|
||||||
|
|
Loading…
Add table
Reference in a new issue