Skip to content

Commit 05d5ef6

Browse files
committed
Fix proguard rules to keep Notifications settings fragment
1 parent 6e81f24 commit 05d5ef6

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)