mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-13 01:51:30 -07:00
[Mod install] Fix close log screen
This commit is contained in:
parent
11fb5bb254
commit
11df4a1b87
1 changed files with 2 additions and 2 deletions
|
|
@ -142,9 +142,9 @@ public class JavaGUILauncherActivity extends LoggableActivity {
|
|||
|
||||
public void closeLogOutput(View view) {
|
||||
if (mSkipDetectMod) {
|
||||
forceClose(null);
|
||||
} else {
|
||||
contentLog.setVisibility(View.GONE);
|
||||
} else {
|
||||
forceClose(null);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue