mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-15 15:41:24 +01:00
restart screen-on timer when activity resumed -- just in case.
This commit is contained in:
parent
7376161dd5
commit
2692a8333f
1 changed files with 1 additions and 0 deletions
|
@ -307,6 +307,7 @@ public class BoardActivity extends XWActivity
|
|||
protected void onResume()
|
||||
{
|
||||
super.onResume();
|
||||
setKeepScreenOn();
|
||||
loadGame();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue