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

Commit e90356b7 authored by Garfield Tan's avatar Garfield Tan Committed by android-build-merger
Browse files

Guard move case not to fall through.

am: 5f76e63b

Change-Id: I3bb674bd1d3a7f79100981889b97cf11ec41d7e4
parents 5da14f10 5f76e63b
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: