mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 00:59:49 +01:00
Update the storage service.
This commit is contained in:
@@ -39,8 +39,7 @@ public final class ProfileName implements Parcelable {
|
||||
return givenName;
|
||||
}
|
||||
|
||||
public @NonNull
|
||||
String getFamilyName() {
|
||||
public @NonNull String getFamilyName() {
|
||||
return familyName;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user