mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-13 01:51:30 -07:00
[Mod installer] Auto exit on install success
This commit is contained in:
parent
0f6ce6c7df
commit
697a8485f2
1 changed files with 1 additions and 0 deletions
|
|
@ -79,6 +79,7 @@ public class JavaGUILauncherActivity extends LoggableActivity {
|
|||
@Override
|
||||
public void run() {
|
||||
Toast.makeText(JavaGUILauncherActivity.this, R.string.toast_optifine_success, Toast.LENGTH_SHORT).show();
|
||||
finish();
|
||||
}
|
||||
});
|
||||
} catch (Throwable e) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue