diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro index 9594cae63..da6ed6b9f 100644 --- a/app/proguard-rules.pro +++ b/app/proguard-rules.pro @@ -110,3 +110,6 @@ # Fix for miniplayer placing issue in release build -keep class androidx.constraintlayout.motion.widget.** { *; } -keepclassmembers class androidx.constraintlayout.motion.widget.** { *; } + +# Settings fragments are loaded through reflection +-keep class com.github.libretube.ui.preferences.** { *; }