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

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

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

Change-Id: I537ebad78f547caa15b0dcea8b1ae280c678a85c
parents a3ccd020 d973018a
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);
    }

    /**