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

Commit 42dd3caf authored by Tomasz Mikolajewski's avatar Tomasz Mikolajewski
Browse files

Fix notification message when moving.

Bug: 27251085
Change-Id: Ia5683f9745724539f8c5ff7e6e96129e11fa512d
parent d7a1f630
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