Use material toolbar without action bar
This commit is contained in:
@@ -49,12 +49,7 @@ class RecipesListFragment : Fragment(R.layout.fragment_recipes_list) {
|
||||
super.onViewCreated(view, savedInstanceState)
|
||||
logger.v { "onViewCreated() called with: view = $view, savedInstanceState = $savedInstanceState" }
|
||||
activityViewModel.updateUiState {
|
||||
it.copy(
|
||||
loginButtonVisible = true,
|
||||
titleVisible = false,
|
||||
navigationVisible = true,
|
||||
searchVisible = true,
|
||||
)
|
||||
it.copy(loginButtonVisible = true, navigationVisible = true, searchVisible = true)
|
||||
}
|
||||
setupRecipeAdapter()
|
||||
hideKeyboardOnScroll()
|
||||
|
||||
Reference in New Issue
Block a user