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

Commit 6fb60cd7 authored by Steve McKay's avatar Steve McKay Committed by Android (Google) Code Review
Browse files

Merge "Fix notification message when moving." into nyc-dev

parents b8e8f4ec 42dd3caf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -68,7 +68,7 @@ final class MoveJob extends CopyJob {

    @Override
    public Notification getProgressNotification() {
        return getProgressNotification(R.string.copy_preparing);
        return getProgressNotification(R.string.copy_remaining);
    }

    @Override