[Mod installer] Auto exit on install success

This commit is contained in:
khanhduytran0 2020-11-25 20:16:12 +07:00
parent 0f6ce6c7df
commit 697a8485f2

View File

@ -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) {