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

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

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

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

Change-Id: I5111dd3b1dd203acc77780fbe517c3540b42bda7
parents 51ce20d2 a7dc27ba
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);
    }
    }


    /**
    /**