summaryrefslogtreecommitdiff
path: root/core/java/android/inputmethodservice/InputMethodService.java
diff options
context:
space:
mode:
authorwilsonshih <wilsonshih@google.com>2021-12-03 10:42:41 +0800
committerwilsonshih <wilsonshih@google.com>2021-12-03 10:51:09 +0800
commita6ff530c3507235f31b272c28d40d96f23670f07 (patch)
treee92173b30e9e5ab43a8150a7fc974747eb9d7c33 /core/java/android/inputmethodservice/InputMethodService.java
parent6a13e152ed4a34d045712989682e206049e70cfd (diff)
Fixes rotation stuck in core without trigger transition.
If there exists a Open transition for an app and display was involved, update rotation will not start any rotation neither startRemoteRotation or requestTransition because there will add the display to sync group, and since there never send any rotation-related signal to shell, the display will never sync ready because the system decorations won't know there should be an configuration change. There should check isCollecting so it can fallback to startRemoteRotation. Test: enable shell transition, run atest TaplTestsLauncher3 Bug: 207297486 Change-Id: Ic710c44a158c3522a0b3e5cbee7d6b1a4c7e4bda
Diffstat (limited to 'core/java/android/inputmethodservice/InputMethodService.java')
0 files changed, 0 insertions, 0 deletions