mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-26 08:47:27 +00:00
Add @ to username in preferences.
This commit is contained in:
@@ -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());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user