Fix a crash for EditText in alert dialogs.
commit5bc368f0e9536b8cc2139bbdb763d4bdaed76c55
authoraurimas <aurimas@chromium.org>
Mon, 22 Jun 2015 18:06:23 +0000 (22 11:06 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 22 Jun 2015 18:08:08 +0000 (22 18:08 +0000)
treeaa7c9691c2f1edfc6896c35745148ebf0a9509ac
parent5f900cd1df49631707fad87cb2348a3bc6995b61
Fix a crash for EditText in alert dialogs.

Limit the AppCompat alert dialog workaround to pre-L devices
and only color the context menu icons if they are not null.

BUG=501749

Review URL: https://codereview.chromium.org/1200893004

Cr-Commit-Position: refs/heads/master@{#335523}
chrome/android/java/src/org/chromium/chrome/browser/widget/AlertDialogEditText.java