"...0d0cea2424ae97b27447dc64a7dbfae83c036c45b403392f0e8ba.png" did not exist on "622ec4307067ed403cd309ca3f6a3cd50873cbb1"
Fix a race condition that causes BackAnimation to be null.
The race happens between attaching NavigationBarView and initializing NavigationEdgeBackPlugin. When NavBarView is attached after the plugin is initialized, the plugin doesn't receive the mBackAnimation instance passed from NavBarView. This caused the mBackAnimation to be null and broke back gesture on tablets. Bug: 220709601 Test: m -j. Test gesture back on tablets. Change-Id: I8cf70a24ba5340d27bbd48a8e809d8f922992689
Loading
Please register or sign in to comment