Remove duplicate icon

ic_tab_install is basically the same as ic_system_update. The only
difference is the color, but that doesn't really matter.
This commit is contained in:
Gabriele M
2017-08-07 16:43:34 +02:00
parent 415e62df5d
commit cdc4849767
2 changed files with 1 additions and 12 deletions

View File

@@ -338,7 +338,7 @@ public class UpdaterService extends Service {
mNotificationBuilder.setProgress(100, 100, false);
String text = getString(R.string.installing_update_finished);
mNotificationStyle.bigText(text);
mNotificationBuilder.addAction(R.drawable.ic_tab_install,
mNotificationBuilder.addAction(R.drawable.ic_system_update,
getString(R.string.reboot),
getRebootPendingIntent());
mNotificationBuilder.setTicker(text);