diff options
author | Tiger Huang <tigerhuang@google.com> | 2019-05-28 14:36:18 +0800 |
---|---|---|
committer | Tiger Huang <tigerhuang@google.com> | 2019-05-28 07:29:56 +0000 |
commit | 968064bed0a43b019cb7d84bed7493f6f78fda5e (patch) | |
tree | da20741a18c82cc47e6252f0f8ec89f65b030570 /tools/aapt2/java/JavaClassGenerator.cpp | |
parent | a80dd06e1768be4b48af0f83842a43189b5a0019 (diff) |
Fix a bug about missing onConfigurationChanged
The original logic sends the new configuration to the non-activity
components only if there is any public field changed. However, it
doesn't use the latest configuration to compare to the current one,
which caused ActivityThread dropping some onConfigurationChanged
callbacks.
This CL uses the latest configuration to compare to the current one.
Fix: 132653657
Test: Steps in the bug
Change-Id: I969ef189c36ba1903503d8b7de5641103aed8cf3
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator.cpp')
0 files changed, 0 insertions, 0 deletions