mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2024-12-27 19:38:22 +01:00
Fix opening FontPreviewFragment causes app crashing in minifiedRelease.
This commit is contained in:
parent
685a39ba58
commit
783325cfe1
2
app/proguard-rules.pro
vendored
2
app/proguard-rules.pro
vendored
@ -9,6 +9,8 @@
|
||||
## Preferences reflection
|
||||
-keep class * extends androidx.preference.PreferenceFragmentCompat
|
||||
|
||||
-keep class ml.docilealligator.infinityforreddit.Settings.FontPreviewFragment { *; }
|
||||
|
||||
## EventBus Rules
|
||||
-keepattributes *Annotation*
|
||||
-keepclassmembers class * {
|
||||
|
Loading…
Reference in New Issue
Block a user