mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-28 00:20:50 +01: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