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() {
super.onResume()
syncActivityViewWithController()
checkForUpdates()
}