mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-23 18:30:20 +01:00
Sync the 'hasCompletedUsernameOnboarding' flag.
This commit is contained in:
committed by
Cody Henthorne
parent
ce09e9a217
commit
252aa3714e
@@ -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."),
|
||||
|
||||
Reference in New Issue
Block a user