Allow to properly translate the download ETA string
Change-Id: Ie6bbbddbbd9fd7adbc16472ad9c42c1d257413a1
This commit is contained in:
@@ -393,7 +393,7 @@ public class UpdaterService extends Service {
|
||||
setNotificationTitle(update);
|
||||
|
||||
String speed = Formatter.formatFileSize(this, update.getSpeed());
|
||||
CharSequence eta = StringGenerator.formatDuration(this, update.getEta() * 1000);
|
||||
CharSequence eta = StringGenerator.formatETA(this, update.getEta() * 1000);
|
||||
mNotificationStyle.bigText(
|
||||
getString(R.string.text_download_speed, eta, speed));
|
||||
|
||||
|
Reference in New Issue
Block a user