We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 31df4e4 + 05d5ef6 commit 254b276Copy full SHA for 254b276
1 file changed
app/proguard-rules.pro
@@ -51,3 +51,6 @@
51
private void writeObject(java.io.ObjectOutputStream);
52
private void readObject(java.io.ObjectInputStream);
53
}
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