mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-11 06:44:00 +00:00
Fixing androidx preference fragments not being preserved by proguard
Bug: 119122391 Change-Id: Ib41010d4ac5f79a14a2b132ed723ad92580bc405
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
-keep class androidx.recyclerview.widget.RecyclerView { *; }
|
||||
|
||||
# Preference fragments
|
||||
-keep class ** extends android.preference.PreferenceFragment {
|
||||
-keep class ** extends android.app.Fragment {
|
||||
public <init>(...);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user