summaryrefslogtreecommitdiff
path: root/core/java/android/inputmethodservice/InputMethodService.java
diff options
context:
space:
mode:
authorEvan Chen <evanxinchen@google.com>2022-04-22 16:13:53 -0700
committerEvan Chen <evanxinchen@google.com>2022-04-22 16:22:57 -0700
commitb567ff7c40ae3519d7b5e883d7a502b295ca1adc (patch)
tree03977c587b6ba6bd951fb67d2369dc03a7d4821e /core/java/android/inputmethodservice/InputMethodService.java
parentbf068a06360f677b3b4e7ff65746b5c588ef35e7 (diff)
Fix spinner not shows up
Issue: We reset the deviceList when onCreate in discoveryService But when user cancel the action, and re-associate, onCreate in activty is happend before onCreate discoveryService. How to fix: Reset the deviceList when onDestroy in discoveryService to make sure to have a fresh start when user re-associate. Test: atest CtsCompanionDeviceManagerCoreTestCases atest CtsCompanionDeviceManagerUiAutomationTestCases atest CtsOsTestCases:CompanionDeviceManagerTest Fix: 230142340 Change-Id: Idb4fff71f2ef58609e81e77fc3a2e9034c9003ae
Diffstat (limited to 'core/java/android/inputmethodservice/InputMethodService.java')
0 files changed, 0 insertions, 0 deletions