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

Commit 41c13aa1 authored by Neil Fuller's avatar Neil Fuller Committed by Gerrit Code Review
Browse files

Merge "Fix TimeZoneDetectorStrategyTest"

parents 58ea8819 6d849742
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -453,7 +453,7 @@ public class TimeZoneDetectorStrategyTest {

        @Override
        public boolean isDeviceTimeZoneInitialized() {
            return mTimeZoneId != null;
            return mTimeZoneId.getLatest() != null;
        }

        @Override