Sync the 'hasCompletedUsernameOnboarding' flag.

This commit is contained in:
Greyson Parrelli
2024-02-09 15:40:59 -05:00
committed by Cody Henthorne
parent ce09e9a217
commit 252aa3714e
6 changed files with 39 additions and 20 deletions

View File

@@ -716,13 +716,6 @@ class InternalSettingsFragment : DSLSettingsFragment(R.string.preferences__inter
}
)
clickPref(
title = DSLSettingsText.from("Clear Username education ui hint"),
onClick = {
SignalStore.uiHints().clearHasSeenUsernameEducation()
}
)
clickPref(
title = DSLSettingsText.from("Corrupt username"),
summary = DSLSettingsText.from("Changes our local username without telling the server so it falls out of sync. Refresh profile afterwards to trigger corruption."),