mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-12 17:40:11 -07:00
Move "Tools.setFullscreen(this);" to BaseActivity.java
This commit is contained in:
parent
644af4eaaf
commit
8e34e8d398
6 changed files with 2 additions and 12 deletions
|
|
@ -29,8 +29,6 @@ public class JavaGUILauncherActivity extends LoggableActivity {
|
|||
setContentView(R.layout.install_mod);
|
||||
|
||||
try {
|
||||
Tools.setFullscreen(this);
|
||||
|
||||
logFile = new File(Tools.MAIN_PATH, "latestlog.txt");
|
||||
logFile.delete();
|
||||
logFile.createNewFile();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue