Skip to content

Commit 254b276

Browse files
authored
Merge pull request #8236 from Stypox/fix-proguard-settings
Fix proguard for notification preference fragment
2 parents 31df4e4 + 05d5ef6 commit 254b276

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

app/proguard-rules.pro

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,6 @@
5151
private void writeObject(java.io.ObjectOutputStream);
5252
private void readObject(java.io.ObjectInputStream);
5353
}
54+
55+
# for some reason NotificationModeConfigFragment wasn't kept (only referenced in a preference xml)
56+
-keep class org.schabi.newpipe.settings.notifications.** { *; }

0 commit comments

Comments
 (0)