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

Commit c730ee5c authored by Tomasz Mikolajewski's avatar Tomasz Mikolajewski Committed by android-build-merger
Browse files

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

am: ad2953c8

* commit 'ad2953c8':
  Fix notification message when moving.
parents ad083e2d ad2953c8
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