Skip to content

Commit f652ce2

Browse files
committed
don't show tutorial when resetting settings
1 parent 8f6f3aa commit f652ce2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/uravgcode/chooser/settings/presentation/SettingsScreen.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ fun SettingsScreen(
6565
onDismiss = { showResetDialog = false },
6666
onReset = {
6767
coroutineScope.launch {
68-
dataStore.updateData { SettingsData() }
68+
dataStore.updateData { SettingsData(hasSeenTutorial = true) }
6969
}
7070
}
7171
)

0 commit comments

Comments
 (0)