1
0
mirror of https://github.com/KokaKiwi/BarInsta synced 2024-09-28 13:47:30 +00:00
This commit is contained in:
Ammar Githam 2020-11-19 01:20:08 +09:00
parent 5fdeeb7301
commit 465627dd9c

View File

@ -208,7 +208,9 @@ public class MainActivity extends BaseLanguageActivity implements FragmentManage
if (isTaskRoot() && isBackStackEmpty) {
finishAfterTransition();
} else {
super.onBackPressed();
try {
super.onBackPressed();
} catch (Exception ignored) {}
}
}