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

Commit 877c28f9 authored by Garfield, Tan's avatar Garfield, Tan Committed by android-build-merger
Browse files

DO NOT MERGE: Change the order of 2 statements to remove race.

am: ebb8450c

Change-Id: Ica31fe1487551db935714f3d89543aff043d40b6
parents e5eaf129 ebb8450c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -664,10 +664,10 @@ public class DirectoryFragment extends Fragment
                    return true;

                case R.id.menu_copy_to:
                    transferDocuments(selection, FileOperationService.OPERATION_COPY);
                    // TODO: Only finish selection mode if copy-to is not canceled.
                    // Need to plum down into handling the way we do with deleteDocuments.
                    mode.finish();
                    transferDocuments(selection, FileOperationService.OPERATION_COPY);
                    return true;

                case R.id.menu_move_to: