mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 17:29:32 +01:00
Story privacy screen updates.
This commit is contained in:
committed by
Cody Henthorne
parent
15e52a8b88
commit
f341e02fb7
@@ -9,7 +9,7 @@ public final class ParcelableGroupId implements Parcelable {
|
||||
|
||||
private final GroupId groupId;
|
||||
|
||||
public static Parcelable from(@Nullable GroupId groupId) {
|
||||
public static ParcelableGroupId from(@Nullable GroupId groupId) {
|
||||
return new ParcelableGroupId(groupId);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user