diff options
author | Yingren Wang <yingrenw@codeaurora.org> | 2020-09-04 16:54:11 +0800 |
---|---|---|
committer | Yingren Wang <yingrenw@codeaurora.org> | 2020-09-04 16:54:11 +0800 |
commit | ea356225f7e26d1d917d9e8114f937ef01f6c391 (patch) | |
tree | d852f372ad9ca0c66594d4980ce03f288cf80875 /rs/java/android/renderscript/ProgramStore.java | |
parent | 5efcb638bfbdb7c18dc8799403f5b2840aabfc0a (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.
Change-Id: I7d914f6b35f8bfa5ee3b0dc80be9444c2cfa5d66
CRs-Fixed: 2705667
Diffstat (limited to 'rs/java/android/renderscript/ProgramStore.java')
0 files changed, 0 insertions, 0 deletions