Use material toolbar without action bar
This commit is contained in:
@@ -58,12 +58,7 @@ class DisclaimerFragment : Fragment(R.layout.fragment_disclaimer) {
|
||||
}
|
||||
viewModel.startCountDown()
|
||||
activityViewModel.updateUiState {
|
||||
it.copy(
|
||||
loginButtonVisible = false,
|
||||
titleVisible = true,
|
||||
navigationVisible = false,
|
||||
searchVisible = false
|
||||
)
|
||||
it.copy(loginButtonVisible = false, navigationVisible = false, searchVisible = false)
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user