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

Commit 7989a342 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix an argument passing to putStorageDocuments."

parents 28beb2fa 72de7a99
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -161,7 +161,7 @@ final class RootScanner {
                    try {
                        mDatabase.getMapper().startAddingDocuments(documentId);
                        if (mDatabase.getMapper().putStorageDocuments(
                                documentId, device.eventsSupported, device.roots)) {
                                documentId, device.operationsSupported, device.roots)) {
                            changed = true;
                        }
                        if (mDatabase.getMapper().stopAddingDocuments(documentId)) {