Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit d2018b52 authored by Yohei Yukawa's avatar Yohei Yukawa
Browse files

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
parent 8cd82f49
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment