Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bb5065d9 authored by Lyn's avatar Lyn
Browse files

StackStateLogger: fix log for HUN appear

Fixes: 314831420
Test: adb shell cmd statusbar echo -b NotifHeadsUpLog:info
Change-Id: Ia657691c3dc72b0c910fa4692bc096f02e9f9976
parent e4387bfe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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" }
        )
    }