mirror of
https://github.com/KokaKiwi/BarInsta
synced 2024-11-16 19:57:31 +00:00
Temp workaround to fix https://github.com/austinhuang0131/barinsta/issues/282
This commit is contained in:
parent
5fdeeb7301
commit
465627dd9c
@ -208,7 +208,9 @@ public class MainActivity extends BaseLanguageActivity implements FragmentManage
|
|||||||
if (isTaskRoot() && isBackStackEmpty) {
|
if (isTaskRoot() && isBackStackEmpty) {
|
||||||
finishAfterTransition();
|
finishAfterTransition();
|
||||||
} else {
|
} else {
|
||||||
|
try {
|
||||||
super.onBackPressed();
|
super.onBackPressed();
|
||||||
|
} catch (Exception ignored) {}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user