Do not pre-select my story privacy state.

This commit is contained in:
Alex Hart
2022-11-14 09:52:46 -04:00
committed by GitHub
parent 47f1d3f594
commit 5c6f709faa
7 changed files with 40 additions and 12 deletions

View File

@@ -512,6 +512,14 @@ class InternalSettingsFragment : DSLSettingsFragment(R.string.preferences__inter
}
)
clickPref(
title = DSLSettingsText.from("Clear choose initial my story privacy state"),
isEnabled = true,
onClick = {
SignalStore.storyValues().userHasBeenNotifiedAboutStories = false
}
)
clickPref(
title = DSLSettingsText.from("Clear first time navigation state"),
isEnabled = true,