summaryrefslogtreecommitdiff
path: root/core/java/android/inputmethodservice/InputMethodService.java
diff options
context:
space:
mode:
authorMady Mellor <madym@google.com>2022-02-02 12:22:46 -0800
committerMady Mellor <madym@google.com>2022-02-02 12:50:06 -0800
commit44b0caa2e5c3d45947aea6603601b44d872bf51a (patch)
tree93b6f8f770466b79639772eb8477ab15194414fc /core/java/android/inputmethodservice/InputMethodService.java
parentfd01586915c75ea83cfc9c10062d221ab36222a1 (diff)
Fix issue with bubble stack & bubble data expanded bit being out of sync
If onBackPressed was used while the stack was expanded, it was calling setExpanded on BubbleStackView (BSV) and NOT BubbleData. This results in BSV and BubbleData being out of sync which can lead to incorrect behavior. (e.g. using individual bubble dismiss method instead of the stack dismiss method). Test: atest BubblesTest NewNotifPipelineTest Fixes: 217361258 Change-Id: I748fdd49626acaa0e986a9d8038039cada6faa60
Diffstat (limited to 'core/java/android/inputmethodservice/InputMethodService.java')
0 files changed, 0 insertions, 0 deletions