diff options
| -rw-r--r-- | packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/StackStateLogger.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/StackStateLogger.kt b/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/StackStateLogger.kt index d635f8938491..bf0c823cceab 100644 --- a/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/StackStateLogger.kt +++ b/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/StackStateLogger.kt @@ -29,7 +29,7 @@ constructor( TAG, LogLevel.ERROR, { str1 = logKey(key) }, - { "Heads up view disappearing $str1 for ANIMATION_TYPE_ADD" } + { "Heads up view appearing $str1 for ANIMATION_TYPE_ADD" } ) } |