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

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

Merge "We still need userIds to be populated."

parents f5d72874 66768ba6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -333,6 +333,7 @@ public abstract class ContentProvider implements ComponentCallbacks2 {
                Uri uri = operation.getUri();
                uri = validateIncomingUri(uri);
                uri = maybeGetUriWithoutUserId(uri);
                userIds[i] = getUserIdFromUri(uri);
                // Rebuild operation if we changed the Uri above
                if (!Objects.equals(operation.getUri(), uri)) {
                    operation = new ContentProviderOperation(operation, uri);