1
0
Fork 0
mirror of https://github.com/mihonapp/mihon.git synced 2025-02-15 10:29:48 +03:00

Fix bottom nav sometimes appearing within navbar area

This commit is contained in:
arkon 2021-10-30 18:03:29 -04:00
parent 0edc981cd2
commit 701b1ee744

View file

@ -325,8 +325,6 @@ class MainActivity : BaseViewBindingActivity<MainActivityBinding>() {
override fun onResume() { override fun onResume() {
super.onResume() super.onResume()
syncActivityViewWithController()
checkForUpdates() checkForUpdates()
} }