mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-26 19:56:02 +01:00
Add initial Mentions UI/UX for picker and compose edit.
This commit is contained in:
committed by
Greyson Parrelli
parent
8e45a546c9
commit
1ab61beeb9
@@ -784,7 +784,7 @@ public class Recipient {
|
||||
return ApplicationDependencies.getRecipientCache().getLive(id);
|
||||
}
|
||||
|
||||
private @Nullable String getDisplayUsername() {
|
||||
public @Nullable String getDisplayUsername() {
|
||||
if (!TextUtils.isEmpty(username)) {
|
||||
return "@" + username;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user