mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-18 22:26:30 +01:00
don't call super() twice!!
This commit is contained in:
parent
b32f65574d
commit
693310bdc7
1 changed files with 0 additions and 1 deletions
|
@ -303,7 +303,6 @@ public class BoardActivity extends XWActivity
|
||||||
{
|
{
|
||||||
super.onResume();
|
super.onResume();
|
||||||
loadGame();
|
loadGame();
|
||||||
super.onResume();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue