24500ce1fd7b02eaf435d4a15ee9591fbb1ed77a
We use updatePanelWithAnimation() to make old panel animated out and new panel animated in. But if old panel is in background, we don't need the animation out process. Use a flag mForceCreation to check, if activity is onStop() means it is in background, we don't need the animation. Fixes: 140541182 Test: manual Change-Id: I9a2f555dba5417a108ce35fac25a62cf7a8b1d8b
Description
No description provided
Languages
Java
89.8%
Kotlin
10.2%