diff options
| author | 2019-05-23 22:49:47 +0000 | |
|---|---|---|
| committer | 2019-05-23 22:49:47 +0000 | |
| commit | 2d2508c3ae93a09238d23089cef68e2e334b48c2 (patch) | |
| tree | 13f7f66a3edc6604834354c984a2d5e48e31affe | |
| parent | 5af9bed26553560069c24fccf03181afc6748d34 (diff) | |
| parent | ab1faeed708d659a02227f334ff9b0ac9574bce7 (diff) | |
Merge "Re-add resetTranslation() call that went missing" into qt-dev
| -rw-r--r-- | packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ExpandableNotificationRow.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ExpandableNotificationRow.java b/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ExpandableNotificationRow.java index 7179ec9b1faf..dbc9a8b9c21d 100644 --- a/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ExpandableNotificationRow.java +++ b/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ExpandableNotificationRow.java @@ -1876,6 +1876,7 @@ public class ExpandableNotificationRow extends ActivatableNotificationView } void onGutsOpened() { + resetTranslation(); updateContentAccessibilityImportanceForGuts(false /* isEnabled */); } |