commit | 371168b5e6af9e9c8bd83f9d5ca9033fde806ce0 | [log] [tgz] |
---|---|---|
author | Artsiom Mitrokhin <amitrokhin@google.com> | Wed Jan 29 12:03:07 2025 -0500 |
committer | Artsiom Mitrokhin <amitrokhin@google.com> | Thu Jan 30 06:58:53 2025 -0800 |
tree | e40622ea3cd29405c707503991cb9dcc1a112f2a | |
parent | b22158206bde5656fb9447780bc4b12491d9aa6d [diff] |
Fix taskbar flickering when clicking its bottom part Using `MAIN_EXECUTOR.execute` caused the callback to sometimes be postponed and executed out of order of other callbacks scheduled using `Utilities.postAsyncCallback` (which uses asynchronous messages instead [1]). See detailed explanation in http://b/382015083#comment7. [1] https://developer.android.com/reference/android/os/Message#setAsynchronous(boolean) Bug: 382015083 Flag: EXEMPT bugfix Test: manual Change-Id: I409cf668764ffc8f7ba19b8c5e29426464ed6142