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

Commit 00ceab2d authored by Beth Thibodeau's avatar Beth Thibodeau Committed by Android (Google) Code Review
Browse files

Merge "Update equals check"

parents aa29014f 719ca521
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
    }
}