mirror of
https://github.com/TeamNewPipe/NewPipe.git
synced 2024-11-22 02:53:09 +01:00
Fix proguard rules to keep Notifications settings fragment
This commit is contained in:
parent
6e81f2430b
commit
05d5ef602c
3
app/proguard-rules.pro
vendored
3
app/proguard-rules.pro
vendored
@ -51,3 +51,6 @@
|
|||||||
private void writeObject(java.io.ObjectOutputStream);
|
private void writeObject(java.io.ObjectOutputStream);
|
||||||
private void readObject(java.io.ObjectInputStream);
|
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.** { *; }
|
||||||
|
Loading…
Reference in New Issue
Block a user