mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-30 10:26:58 +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();
|
||||
loadGame();
|
||||
super.onResume();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue