Don't lift appbar in MainActivity

This commit is contained in:
Zakhar Timoshenko
2022-07-31 17:53:19 +03:00
parent c313184666
commit 997de528b8

View File

@@ -99,6 +99,7 @@ class MainActivity :
searchSuggestionListener = this@MainActivity
}
binding.root.isLiftAppBarOnScroll = false
navBar.setOnItemSelectedListener(this)
navBar.setOnItemReselectedListener(this)
binding.fab?.setOnClickListener(this)