webapps: fix theme color on status bar for Galaxy devices
commitecb3a122c9ee59a66e17aede8ab853d447714c8c
authorlalitm <lalitm@google.com>
Mon, 14 Sep 2015 16:30:41 +0000 (14 09:30 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 14 Sep 2015 16:31:21 +0000 (14 16:31 +0000)
treead57acdfa18974325f8dbd41b6d2097e1bd73ee0
parent30c8b008616f24be3165a0f48a06664971922b8f
webapps: fix theme color on status bar for Galaxy devices

On Galaxy S devices (specifically the S6) on L and above, setting the theme color
too early for the status bar causes the status bar to be set to white.

Also on other devices, setting the color too early simply causes the color to be ignored
which leads to the theme color not being set properly until page load.

Fix this by setting in onResume which is late enough such that the change takes hold
but early enough such that it appears before the web app is loaded fully.

BUG=531530

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

Cr-Commit-Position: refs/heads/master@{#348627}
chrome/android/java/src/org/chromium/chrome/browser/webapps/WebappActivity.java