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

Commit 5f76e63b authored by Garfield Tan's avatar Garfield Tan
Browse files

Guard move case not to fall through.

Test: Stopped crashing.
Bug: 63110383
Change-Id: I74d49fd0511df3f2a9172fce5e34abaf3092baed
parent ac83c988
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -107,6 +107,7 @@ public class OperationProgressDialog {
            case FileOperationService.OPERATION_MOVE:
                titleResId = R.string.move_notification_title;
                prepareResId = R.string.move_preparing;
                break;
            case FileOperationService.OPERATION_DELETE:
                // Not supported yet. Pass through to default.
            default: