Skip to content

Commit

Permalink
Merge pull request #8236 from Stypox/fix-proguard-settings
Browse files Browse the repository at this point in the history
Fix proguard for notification preference fragment
  • Loading branch information
litetex committed Apr 18, 2022
2 parents 31df4e4 + 05d5ef6 commit 254b276
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -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.** { *; }

0 comments on commit 254b276

Please sign in to comment.