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

Commit 09ed8890 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "equals!"

parents e697109c dc89693c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1820,7 +1820,7 @@ public class ZenModeConfig implements Parcelable {
            if (modified != to.modified) {
                d.addLine(item, "modified", modified, to.modified);
            }
            if (pkg != to.pkg) {
            if (!Objects.equals(pkg, to.pkg)) {
                d.addLine(item, "pkg", pkg, to.pkg);
            }
        }