Skip to content
Commit 8e317e9e authored by Cutter Coryell's avatar Cutter Coryell
Browse files

Load back-gesture model on background thread.

Loading the back-gesture model and its assets on the UI thread can
block the UI thread for ~100 ms. This change frees up the UI thread
by loading the model on a background thread. Back-gesture detection
can still occur while the model is loading.

Fix: 218329819
Test: atest OnBackInvokedDispatcherTest BackAnimationControllerTest BackNavigationControllerTests
Change-Id: If222311318c96a8b1d27916ccebf83697e3d9ad1
parent 04c1a293
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