VR: Fix wrong Activity being resumed sometimes when cancelling animation
Android task stacks are a confusing mess. For some reason starting the animation cancel activity in its own task stack is leading to a less- recent CTA instance being resumed instead of the CCT that invoked the animation cancel. We can fix this by not starting the animation cancel in a new task stack. Bug: 817476, 817503 Change-Id: I99fe4583c02c9c5c2333697166e6e4081ad4f818 Reviewed-on: https://chromium-review.googlesource.com/941912Reviewed-by:Yash Malik <ymalik@chromium.org> Commit-Queue: Michael Thiessen <mthiesse@chromium.org> Cr-Commit-Position: refs/heads/master@{#539984}
Showing
Please register or sign in to comment