commit | 67a28711c7ef66ac655e5b11302a933f1b10bec6 | [log] [tgz] |
---|---|---|
author | Yohei Yukawa <yukawa@google.com> | Wed Jun 26 20:31:24 2024 +0000 |
committer | Yohei Yukawa <yukawa@google.com> | Wed Jun 26 20:31:24 2024 +0000 |
tree | 6a05c1151909986d127131284aef1b703c2ebcc9 | |
parent | 182f0eba6b6ab6cb8a7f5be1321bcdb1497d90b6 [diff] |
Remove redundant init code from IMMS As explained in my previous CL [1], InputMethodSettings is guaranteed to be empty while executing IMMS constructor. Initialization code that relies on such an empty InputMethodSettings is just redundant and can be safely removed. There must be no observable behavior change. [1]: Ia2095de2b565a324d3cb55c9054f1352f10cd747 Bug: 305849394 Bug: 347693610 Test: presubmit Flag: EXEMPT refactor Change-Id: Ia0892d9348880df0d78d7341e94383e214eb8426