Fix formating
This commit is contained in:
parent
ef78e13c93
commit
8b10d37348
@ -38,8 +38,8 @@
|
|||||||
# Without this rule, openFileChooser does not get called on KitKat
|
# Without this rule, openFileChooser does not get called on KitKat
|
||||||
-keep class acr.browser.lightning.LightningView$LightningChromeClient {
|
-keep class acr.browser.lightning.LightningView$LightningChromeClient {
|
||||||
void openFileChooser(android.webkit.ValueCallback);
|
void openFileChooser(android.webkit.ValueCallback);
|
||||||
void openFileChooser(android.webkit.ValueCallback,java.lang.String);
|
void openFileChooser(android.webkit.ValueCallback, java.lang.String);
|
||||||
void openFileChooser(android.webkit.ValueCallback,java.lang.String,java.lang.String);
|
void openFileChooser(android.webkit.ValueCallback, java.lang.String, java.lang.String);
|
||||||
}
|
}
|
||||||
|
|
||||||
-keepclasseswithmembernames class * {
|
-keepclasseswithmembernames class * {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user