mirror of
https://github.com/oxen-io/session-android.git
synced 2025-06-09 05:38:33 +00:00
Add @ to username in preferences.
This commit is contained in:
parent
48dc4eac10
commit
e12acbae70
@ -79,6 +79,6 @@ public class ProfilePreference extends Preference {
|
|||||||
profileNameView.setText(profileName);
|
profileNameView.setText(profileName);
|
||||||
}
|
}
|
||||||
|
|
||||||
profileSubtextView.setText(self.getUsername().or(self.getE164()).orNull());
|
profileSubtextView.setText(self.getUsername().transform(username -> "@" + username).or(self.getE164()).orNull());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user