summaryrefslogtreecommitdiff
path: root/rs/java/android/renderscript/ProgramFragmentFixedFunction.java
diff options
context:
space:
mode:
authorwilsonshih <wilsonshih@google.com>2020-07-23 16:19:36 +0800
committerwilsonshih <wilsonshih@google.com>2020-07-30 17:33:06 +0800
commitc3728f6f4596e396019e617e5b4c70d051ea57d7 (patch)
treec1b727c42c5548112b0e3923df97e44166a8d874 /rs/java/android/renderscript/ProgramFragmentFixedFunction.java
parent7a6667d617b7bca5fc4373e8a050e69d2c0ea8a1 (diff)
Fixes the invisible unknownApps blocking keyguard transition.
An activity can be added into unknownAppVisibility controller if it does not declared as noDisplay and it was started before keyguard unlocked. If that activity start another activity and finish itself immediately, the app transition controller will stuck in the status because unknownApp is not resolved. And before the keyguard transition been executed, if anything trigger to prepare new app transition, we will reset the 5 seconds timeout even if the keyguard transition didn't been overwrite, which extends original timeout. To fix this issue, we should remove the activity from unknown apps once it must become invisible. Also we don't need to reset app transition timeout if prepareAppTransition doesn't apply new transition. Fixes: 161499433 Test: atest AppTransitionTests KeyguardTransitionTests KeyguardLockedTests UnknownAppVisibilityControllerTest Change-Id: Ia9aed128fa44f3677e8a420aa9e81aac983bf9a2
Diffstat (limited to 'rs/java/android/renderscript/ProgramFragmentFixedFunction.java')
0 files changed, 0 insertions, 0 deletions