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

Skip to content
Commit 8ef954df authored by Nicolo' Mazzucato's avatar Nicolo' Mazzucato
Browse files

Directly propagate progress if setReadyToHandleTransition is called from the correct thread

Before this change, setReadyToHandleTransition was always posting hte callback to propagate progress to the progressHandler. This caused some reordering of callbacks that led to some transition progress to be received out of order.

Now if setReadyToHandle transition is called from the correct thread (the same as progressHandler), the posting is skipped.

Flag: None
Bug: 311084698
Test: ScopedUnfoldTransitionProgressProviderTest
Change-Id: Ib1c596838b7582cef0cee4b4363f74edc77f8c0e
parent 8087ef78
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