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

Commit 31f92bcd 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

parents 0317ecc1 b40db93c
Loading
Loading
Loading
Loading
+1 −3
Original line number Original line Diff line number Diff line
@@ -86,9 +86,7 @@ class PrivacyEvent(override val showAnimation: Boolean = true) : StatusEvent {
    }
    }


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


    override fun updateFromEvent(other: StatusEvent?) {
    override fun updateFromEvent(other: StatusEvent?) {