Fix proguard rules to keep Notifications settings fragment

This commit is contained in:
Stypox 2022-04-16 21:19:10 +02:00
parent ef45b40ea9
commit ec1871d941

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.** { *; }