mirror of
https://github.com/KokaKiwi/BarInsta
synced 2024-11-16 11:47:29 +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) {
|
||||
finishAfterTransition();
|
||||
} else {
|
||||
try {
|
||||
super.onBackPressed();
|
||||
} catch (Exception ignored) {}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user