Skip to content

Commit 4e3209d

Browse files
committed
apply parent modifier to settings screen child nav host entries
1 parent c2fa3d4 commit 4e3209d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/src/main/java/org/nsh07/pomodoro/ui/settingsScreen/SettingsScreen.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)