Fixed back to unselect

This commit is contained in:
M66B
2019-06-23 16:05:36 +02:00
parent 6a0c23d012
commit 494162f97d
2 changed files with 9 additions and 3 deletions

View File

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