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

Commit ebed5f7a authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Sync android.timezone / libcore.timezone" am: 18ad0ea8

Change-Id: Iad7e84d4ab9ff34370e9cff334871f72c33c9187
parents 19dc1fb0 18ad0ea8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -158,7 +158,7 @@ public final class CountryTimeZones {
     * supplied.
     */
    public boolean matchesCountryCode(@NonNull String countryIso) {
        return mDelegate.isForCountryCode(countryIso);
        return mDelegate.matchesCountryCode(countryIso);
    }

    /**