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

Commit 5eeefba3 authored by Jeff Sharkey's avatar Jeff Sharkey Committed by Android (Google) Code Review
Browse files

Merge "Temporary patch to work around broken casting."

parents 263ce2b5 6c4b87be
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -148,7 +148,8 @@ public class ContentProviderClient implements AutoCloseable {
                return null;
            }

            if ("com.google.android.gms".equals(mPackageName)) {
            if ("com.google.android.gms".equals(mPackageName)
                    || "com.google.android.syncadapters.contacts".equals(mPackageName)) {
                // They're casting to a concrete subclass, sigh
                return cursor;
            } else {