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

Skip to content
Commit e1d31fe3 authored by Yasin Kilicdere's avatar Yasin Kilicdere
Browse files

Handle UserSwitchingDialog animation timeouts on a non-ui thread.

Animations of the dialog already use the ui thread. And when something
is wrong there -like being very busy at the time- handling the
mHandler.postDelayed calls on the same thread does not work.
This CL moves timeout posts to be handled by ActivityManager thread,
instead of the ui thread.

Bug: 393514824
Test: atest UserControllerTest
Flag: EXEMPT bugfix
Change-Id: I003db7c8ce8b310a9386de74055a55db9775f5fa
parent 107fe807
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment