Temporary update before I go to sleep
This commit is contained in:
parent
18d8108779
commit
01bb858b9d
3 changed files with 71 additions and 28 deletions
|
@ -26,6 +26,7 @@ fun LoginScreen(
|
|||
) {
|
||||
val uiState by viewModel.uiState
|
||||
|
||||
// TODO Make this a separate kind of screen?
|
||||
SecondaryScreenToolbar(title = resources().getString(AppText.sign_in)) {
|
||||
Column(
|
||||
modifier = modifier
|
||||
|
|
Reference in a new issue