mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-06-20 14:19:19 +00:00
Remove: Collapsing toolbar layout
This commit is contained in:
@ -106,7 +106,6 @@ class MainActivityX : AppCompatActivity() {
|
||||
toolbar.menu.setGroupDividerEnabled(true)
|
||||
}
|
||||
toolbar.isFocusableInTouchMode = true
|
||||
toolbar.title = getString(R.string.application_name)
|
||||
|
||||
supportFragmentManager.addFragmentOnAttachListener { _, _ ->
|
||||
hideKeyboard()
|
||||
|
@ -78,7 +78,6 @@ class PrefsActivityX : AppCompatActivity() {
|
||||
super.onStart()
|
||||
setSupportActionBar(toolbar)
|
||||
toolbar.isFocusableInTouchMode = true
|
||||
binding.collapsingToolbar.title = getString(R.string.settings)
|
||||
|
||||
val navHostFragment =
|
||||
supportFragmentManager.findFragmentById(R.id.fragment_content) as NavHostFragment
|
||||
|
Reference in New Issue
Block a user