Update first time navigation screen.

This commit is contained in:
Alex Hart
2022-10-27 13:43:52 -03:00
committed by GitHub
parent d003dc435a
commit 3600a4818c
18 changed files with 303 additions and 229 deletions

View File

@@ -516,6 +516,14 @@ class InternalSettingsFragment : DSLSettingsFragment(R.string.preferences__inter
}
)
clickPref(
title = DSLSettingsText.from("Clear first time navigation state"),
isEnabled = true,
onClick = {
SignalStore.storyValues().userHasSeenFirstNavView = false
}
)
clickPref(
title = DSLSettingsText.from(R.string.preferences__internal_stories_dialog_launcher),
onClick = {