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

Commit 87e60d54 authored by Neil Fuller's avatar Neil Fuller Committed by android-build-merger
Browse files

Merge "Fix TimeZoneDetectorStrategyTest"

am: 41c13aa1

Change-Id: Ie7f7618c5ab5699a11f8e4ce052d633f5649ea2e
parents c825f758 41c13aa1
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