Merge "Fix TimeZoneDetectorStrategyTest"

This commit is contained in:
Neil Fuller
2019-12-16 18:42:17 +00:00
committed by Gerrit Code Review

View File

@@ -453,7 +453,7 @@ public class TimeZoneDetectorStrategyTest {
@Override
public boolean isDeviceTimeZoneInitialized() {
return mTimeZoneId != null;
return mTimeZoneId.getLatest() != null;
}
@Override