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

Commit 6c4b87be authored by Jeff Sharkey's avatar Jeff Sharkey
Browse files

Temporary patch to work around broken casting.

Bug: 26481405
Change-Id: If91ecfbfda94a2cb694098d456126f87311e1d05
parent 67be7184
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 {