secondaryscreen gone
This commit is contained in:
parent
63bb3f60ac
commit
38b582ead9
1 changed files with 1 additions and 5 deletions
|
@ -21,11 +21,7 @@ fun SessionScreen(
|
|||
open: (String) -> Unit,
|
||||
openAndPopUp: (String, String) -> Unit,
|
||||
) {
|
||||
SecondaryScreenTemplate(
|
||||
title = resources().getString(R.string.start_session),
|
||||
popUp = {},
|
||||
content = { Timer() }
|
||||
)
|
||||
Timer()
|
||||
}
|
||||
|
||||
@Composable
|
||||
|
|
Reference in a new issue