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

Commit d1a26229 authored by Jon Mann's avatar Jon Mann
Browse files

Fix title of sidebar on move item(s)

Test: ran full test suit
Bug: 35354622
Change-Id: I9927e9125acb5b379d8b2821d9412947d52092b8
parent 26698740
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -766,7 +766,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);