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

Commit 719ca521 authored by Beth Thibodeau's avatar Beth Thibodeau Committed by Michael Mikhail
Browse files

Update equals check

Resolve differences from QPR branch

Bug: 254990571
Test: build
Change-Id: I92c617cee8be7c2620c9bb2b163f7148e3057abc
parent c3e4e2b5
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -181,6 +181,7 @@ constructor(
        return enabled == other.enabled &&
            name == other.name &&
            intent == other.intent &&
            id == other.id
            id == other.id &&
            showBroadcastButton == other.showBroadcastButton
    }
}