Fix Madokami extension username and password input
This commit is contained in:
parent
7cd4bf5bf9
commit
fdc2b37add
1 changed files with 6 additions and 0 deletions
6
app/proguard-rules.pro
vendored
6
app/proguard-rules.pro
vendored
|
|
@ -30,6 +30,12 @@
|
||||||
<init>();
|
<init>();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Madokami extension username and password crash fix
|
||||||
|
-keepclassmembers class androidx.preference.EditTextPreference {
|
||||||
|
*** mOnBindEditTextListener;
|
||||||
|
*** mText;
|
||||||
|
public *;
|
||||||
|
}
|
||||||
|
|
||||||
# RxJava 1.1.0
|
# RxJava 1.1.0
|
||||||
-dontwarn sun.misc.**
|
-dontwarn sun.misc.**
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue