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

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

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

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


    /**
    /**