Skip to content
Commit 50af435b authored by Song Hu's avatar Song Hu
Browse files

Send registerPredictionUpdates request immediately instead of pushing it to...

Send registerPredictionUpdates request immediately instead of pushing it to the main thread Looper queue.

This ensure requestPredictionUpdate executing after registerPredictionUpdates; otherwise when main thread is busy, requestPredictionUpdate may occur before registerPredictionUpdates and skip executing main logic due to no registered callback.

Bug: 200323675
Test: manually test on the device
Change-Id: I70631a74583b41bb392600bd7c7bcf076727a802
parent 7da5998d
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