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

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

Replace mHandler.sendMessage() with sendToTarget()

This CL mechanically replace

  mHandler.sendMessage(msg)

with

  msg.sendToTarget().

This should be safe because we always use obtain Message objects from
the same Handler object in InputMethodManagerService.

There should be no observable behavior change.

Bug: 192412909
Test: presubmit
Change-Id: I9fa657cfff18c4111e0fad4d4e354c011c368772
parent 7c46dc83
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