Story privacy screen updates.

This commit is contained in:
Alex Hart
2022-08-18 10:11:42 -03:00
committed by Cody Henthorne
parent 15e52a8b88
commit f341e02fb7
74 changed files with 800 additions and 423 deletions

View File

@@ -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);
}