mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 21:58:52 +02:00
Fixed back to unselect
This commit is contained in:
@@ -539,7 +539,7 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
|
||||
int count = getSupportFragmentManager().getBackStackEntryCount();
|
||||
if (exit || count > 1)
|
||||
super.onBackPressed();
|
||||
else {
|
||||
else if (!backHandled()) {
|
||||
exit = true;
|
||||
Toast.makeText(this, R.string.app_exit, Toast.LENGTH_SHORT).show();
|
||||
new Handler().postDelayed(new Runnable() {
|
||||
|
||||
Reference in New Issue
Block a user