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,
|
open: (String) -> Unit,
|
||||||
openAndPopUp: (String, String) -> Unit,
|
openAndPopUp: (String, String) -> Unit,
|
||||||
) {
|
) {
|
||||||
SecondaryScreenTemplate(
|
Timer()
|
||||||
title = resources().getString(R.string.start_session),
|
|
||||||
popUp = {},
|
|
||||||
content = { Timer() }
|
|
||||||
)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Composable
|
@Composable
|
||||||
|
|
Reference in a new issue