File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
app/src/main/java/org/nsh07/pomodoro/ui/settingsScreen Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -282,6 +282,7 @@ private fun SettingsScreen(
282282 settingsState = settingsState,
283283 onAction = onAction,
284284 onBack = backStack::removeLastOrNull,
285+ modifier = modifier,
285286 )
286287 }
287288 entry<Screen .Settings .Appearance > {
@@ -291,6 +292,7 @@ private fun SettingsScreen(
291292 onAction = onAction,
292293 setShowPaywall = setShowPaywall,
293294 onBack = backStack::removeLastOrNull,
295+ modifier = modifier,
294296 )
295297 }
296298 entry<Screen .Settings .Timer > {
@@ -305,6 +307,7 @@ private fun SettingsScreen(
305307 onAction = onAction,
306308 setShowPaywall = setShowPaywall,
307309 onBack = backStack::removeLastOrNull,
310+ modifier = modifier,
308311 )
309312 }
310313 }
You can’t perform that action at this time.
0 commit comments