mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-26 11:51:10 +01:00
Update username UX and UI.
This commit is contained in:
@@ -79,6 +79,7 @@ public final class FeatureFlags {
|
||||
GROUPS_V2_LINKS_VERSION,
|
||||
CDS,
|
||||
INTERNAL_USER,
|
||||
USERNAMES,
|
||||
MENTIONS,
|
||||
VERIFY_V2
|
||||
);
|
||||
|
||||
@@ -694,14 +694,6 @@ public class TextSecurePreferences {
|
||||
setStringPreference(context, LOCAL_UUID_PREF, uuid.toString());
|
||||
}
|
||||
|
||||
public static String getLocalUsername(Context context) {
|
||||
return getStringPreference(context, LOCAL_USERNAME_PREF, null);
|
||||
}
|
||||
|
||||
public static void setLocalUsername(Context context, String username) {
|
||||
setStringPreference(context, LOCAL_USERNAME_PREF, username);
|
||||
}
|
||||
|
||||
public static String getPushServerPassword(Context context) {
|
||||
return getStringPreference(context, GCM_PASSWORD_PREF, null);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user