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.
1 parent 6e81f24 commit 05d5ef6Copy full SHA for 05d5ef6
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