[Android] only use updateConfiguration for locale override
A previous CL (https://crrev.com/c/2446991) made all activity overrides ues Resources#updateConfiguration. This caused several bugs with NightMode rendering and tablet view. This CL splits the locale overrides from the other overrides and *only* the locale overrides use the deprecated method #updateConfiguration. All other overrides use ContextThemeWrapper#applyOverrideConfiguration. Bug: 1139760, 1139811 Change-Id: I608cee113207987719216be317d01bc88ed07752 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2490872 Commit-Queue: Trevor Perrier <perrier@chromium.org> Reviewed-by:Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#819938}
Showing
Please register or sign in to comment