commit | d2018b52c20a1ed0984b5c9b63ba4ac29afe8ec9 | [log] [tgz] |
---|---|---|
author | Yohei Yukawa <yukawa@google.com> | Thu Nov 09 16:58:11 2023 -0800 |
committer | Yohei Yukawa <yukawa@google.com> | Thu Nov 09 16:58:11 2023 -0800 |
tree | 80415919a147675fca725d8178ec0a8f74dded1c | |
parent | 8cd82f49e24545ed1d4996d3ca60a3d8b401445a [diff] |
Fix accesses to InputMethodMenuController#mSettings without lock This CL fixes an existing issue that InputMethodMenuController#mSettings gets accessed without acquiring ImfLock.class. While it's OK to access InputMethodMenuController#mWindowManagerInternal and its methods without acquiring ImfLock.class, mSettings isn't because it's still a mutable object that can change at any time. Bug: 309868254 Test: presubmit Change-Id: Id3108004d9f120a51cc28fe53321f6c62bd0b16a