Fixing androidx preference fragments not being preserved by proguard
Bug: 119122391 Change-Id: Ib41010d4ac5f79a14a2b132ed723ad92580bc405
This commit is contained in:
parent
eba272a562
commit
65ce2cc990
|
@ -24,7 +24,7 @@
|
||||||
-keep class androidx.recyclerview.widget.RecyclerView { *; }
|
-keep class androidx.recyclerview.widget.RecyclerView { *; }
|
||||||
|
|
||||||
# Preference fragments
|
# Preference fragments
|
||||||
-keep class ** extends android.preference.PreferenceFragment {
|
-keep class ** extends android.app.Fragment {
|
||||||
public <init>(...);
|
public <init>(...);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue