Fix notification message when moving.
Bug: 27251085 Change-Id: Ia5683f9745724539f8c5ff7e6e96129e11fa512d
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user