Fix proguard rules to keep Notifications settings fragment

This commit is contained in:
Stypox 2022-04-16 21:19:10 +02:00
parent 6e81f2430b
commit 05d5ef602c
No known key found for this signature in database
GPG Key ID: 4BDF1B40A49FDD23
1 changed files with 3 additions and 0 deletions

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