mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-05-03 07:01:05 +01:00
Remove deprecated storage service fields.
This commit is contained in:
@@ -195,10 +195,6 @@ public final class SignalAccountRecord implements SignalRecord {
|
||||
diff.add("StoryViewedReceipts");
|
||||
}
|
||||
|
||||
if (hasReadOnboardingStory() != that.hasReadOnboardingStory()) {
|
||||
diff.add("HasReadOnboardingStory");
|
||||
}
|
||||
|
||||
if (hasSeenGroupStoryEducationSheet() != that.hasSeenGroupStoryEducationSheet()) {
|
||||
diff.add("HasSeenGroupStoryEducationSheet");
|
||||
}
|
||||
@@ -329,10 +325,6 @@ public final class SignalAccountRecord implements SignalRecord {
|
||||
return proto.storyViewReceiptsEnabled;
|
||||
}
|
||||
|
||||
public boolean hasReadOnboardingStory() {
|
||||
return proto.hasReadOnboardingStory;
|
||||
}
|
||||
|
||||
public boolean hasSeenGroupStoryEducationSheet() {
|
||||
return proto.hasSeenGroupStoryEducationSheet;
|
||||
}
|
||||
@@ -701,11 +693,6 @@ public final class SignalAccountRecord implements SignalRecord {
|
||||
return this;
|
||||
}
|
||||
|
||||
public Builder setHasReadOnboardingStory(boolean hasReadOnboardingStory) {
|
||||
builder.hasReadOnboardingStory(hasReadOnboardingStory);
|
||||
return this;
|
||||
}
|
||||
|
||||
public Builder setHasSeenGroupStoryEducationSheet(boolean hasSeenGroupStoryEducationSheet) {
|
||||
builder.hasSeenGroupStoryEducationSheet(hasSeenGroupStoryEducationSheet);
|
||||
return this;
|
||||
|
||||
Reference in New Issue
Block a user