mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-16 16:16:04 -04:00
Bug fix: Exit button on the save dialog doesn't work as expected
This commit is contained in:
parent
b4eeb2e74d
commit
51e7c2fce8
@ -153,6 +153,7 @@ public class CustomControlsActivity extends BaseActivity
|
||||
if(ctx instanceof MainActivity) {
|
||||
((MainActivity) ctx).leaveCustomControls();
|
||||
}else{
|
||||
((CustomControlsActivity) ctx).isModified = false;
|
||||
((Activity)ctx).onBackPressed();
|
||||
}
|
||||
// setResult(Activity.RESULT_OK, new Intent());
|
||||
|
Loading…
x
Reference in New Issue
Block a user