summaryrefslogtreecommitdiff
path: root/rs/java/android/renderscript/ProgramVertexFixedFunction.java
diff options
context:
space:
mode:
authorvincent.cw_lee <vincent.cw_lee@htc.com>2019-10-15 16:25:41 +0800
committerVincent Lee <vincent.cw_lee@htc.com>2019-10-15 14:21:13 +0000
commitf59b813536854c73c344490afadda7b046e34c54 (patch)
tree86d35e0e1cdb8bc7b4df8e9a51bd0d48dbab4548 /rs/java/android/renderscript/ProgramVertexFixedFunction.java
parent7d099030de97b3f1e3b6ce1d0ff6123331474af2 (diff)
Fix: Recent Apps not closing
Root Cause: notifyTaskStackChanged() will be invoked on activity pause state or finishing an activity from recents. However, launcher and recent apps are the same activity on android Q by default, so close an app with back button(activity has been finished) and open recent apps from launcher(activity lifecycle does not change) will not notify listeners of task stack changes. Solution: Notify task stack changes directly when user swipe an app away from recent apps. Test: 1. Close an app with back button 2. Go to recent apps and close the same app by swipe it away 3. Exit recent apps with back button 4. Open recent apps again and the app should be removed from the list. Bug: https://issuetracker.google.com/issues/140142873 Change-Id: I1f58747d5164c45d66d53843e0b5b8c54662cdc3
Diffstat (limited to 'rs/java/android/renderscript/ProgramVertexFixedFunction.java')
0 files changed, 0 insertions, 0 deletions