mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-20 13:30:15 -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
|
|
@ -121,8 +121,6 @@ public class BaseMainActivity extends LoggableActivity {
|
|||
logFile.createNewFile();
|
||||
logStream = new PrintStream(logFile.getAbsolutePath());
|
||||
|
||||
Tools.setFullscreen(this);
|
||||
|
||||
mProfile = PojavProfile.getCurrentProfileContent(this);
|
||||
mVersionInfo = Tools.getVersionInfo(mProfile.getVersion());
|
||||
// Minecraft 1.12.x special case: use indirect char pipe
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue