secondaryscreen gone

This commit is contained in:
Lukas Barragan Torres 2023-04-18 13:29:52 +02:00
parent 63bb3f60ac
commit 38b582ead9

View file

@ -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