Fix proguard rules to keep Notifications settings fragment

This commit is contained in:
Stypox
2022-04-16 21:26:25 +02:00
parent 6e81f2430b
commit 05d5ef602c
+3
View File
@@ -51,3 +51,6 @@
private void writeObject(java.io.ObjectOutputStream);
private void readObject(java.io.ObjectInputStream);
}
# for some reason NotificationModeConfigFragment wasn't kept (only referenced in a preference xml)
-keep class org.schabi.newpipe.settings.notifications.** { *; }