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

Commit 147072f7 authored by Johannes Gallmann's avatar Johannes Gallmann Committed by Automerger Merge Worker
Browse files

Merge "Fix PrivacyChip not visible issue" into sc-dev am: b40db93c am:...

Merge "Fix PrivacyChip not visible issue" into sc-dev am: b40db93c am: 31f92bcd am: 182640fb am: c28b9ad9 am: b393d426 am: 56299d80

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/23386456



Change-Id: Iaeabad193e6b9a231d480fc1e64b3d44e5787f33
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 059ec10b 56299d80
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -107,9 +107,7 @@ class PrivacyEvent(override val showAnimation: Boolean = true) : StatusEvent {
    }

    override fun shouldUpdateFromEvent(other: StatusEvent?): Boolean {
        return other is PrivacyEvent &&
                (other.privacyItems != privacyItems ||
                other.contentDescription != contentDescription)
        return other is PrivacyEvent
    }

    override fun updateFromEvent(other: StatusEvent?) {