Fix Madokami extension username and password input
This commit is contained in:
parent
7cd4bf5bf9
commit
fdc2b37add
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…
x
Reference in New Issue
Block a user