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

Commit dc89693c authored by Julia Reynolds's avatar Julia Reynolds
Browse files

equals!

Test: bugreport
Change-Id: I27bbdfe2b36b0f2e2cf6dcde6f84a3385b1ec301
parent f06c2266
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);
            }
        }