Commit 807047dd authored by Andrew Grieve's avatar Andrew Grieve Committed by Commit Bot

Android: Disable obfuscation for org.chromium.content.browser.input

Fixes on-screen keyboard becoming unresponsive when you tap on an
<input> element.

Bug: 824048
Change-Id: I28d58cfb2f8aa70461961a49c7ff80ce0a8c1074
Reviewed-on: https://chromium-review.googlesource.com/974082Reviewed-by: default avatarChangwan Ryu <changwan@chromium.org>
Commit-Queue: agrieve <agrieve@chromium.org>
Cr-Commit-Position: refs/heads/master@{#544837}
parent 3decaf3d
...@@ -26,3 +26,9 @@ ...@@ -26,3 +26,9 @@
-keepclassmembers class android.support.design.internal.BottomNavigationMenuView { -keepclassmembers class android.support.design.internal.BottomNavigationMenuView {
boolean mShiftingMode; boolean mShiftingMode;
} }
# There is stack-walking code in our IME that breaks with obfuscation.
# https://crbug.com/824048.
-keepnames class org.chromium.content.browser.input.* {
*;
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment