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

Commit 6ff025e9 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "DocumentsUI: Fix FC AssertionError"

parents 3a341966 718b9b06
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -816,7 +816,9 @@ public class DirectoryFragment extends Fragment
    private void deleteDocuments(final Selection selected) {
        Metrics.logUserAction(getContext(), Metrics.USER_ACTION_DELETE);

        assert(!selected.isEmpty());
        if (selected.isEmpty()) {
            return;
        }

        final DocumentInfo srcParent = getDisplayState().stack.peek();
        new GetDocumentsTask() {