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

Commit a8499c81 authored by Jon Mann's avatar Jon Mann Committed by android-build-merger
Browse files

Merge "Fix title of sidebar on move item(s)" into arc-apps

am: 52db318c

Change-Id: Iba864494140ac631b2707b046ffcf72942ff9495
parents b98d7f83 52db318c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -789,7 +789,7 @@ public class DirectoryFragment extends Fragment
                drawerTitleId = R.string.menu_extract;
                break;
            case FileOperationService.OPERATION_MOVE:
                drawerTitleId = R.string.menu_copy;
                drawerTitleId = R.string.menu_move;
                break;
            default:
                throw new UnsupportedOperationException("Unknown mode: " + mode);