зеркало из https://github.com/mozilla/gecko-dev.git
Bug 783901 - Use flat icons for send tab notification. r=mcomella
This commit is contained in:
Родитель
e7f03773e4
Коммит
641117825b
Двоичный файл не отображается.
После Ширина: | Высота: | Размер: 807 B |
Двоичный файл не отображается.
После Ширина: | Высота: | Размер: 1.0 KiB |
Двоичный файл не отображается.
После Ширина: | Высота: | Размер: 1.6 KiB |
|
@ -267,7 +267,7 @@ public class CommandProcessor {
|
|||
final NotificationManager notificationManager = (NotificationManager) context.getSystemService(ns);
|
||||
|
||||
// Create a Notification.
|
||||
final int icon = R.drawable.icon;
|
||||
final int icon = R.drawable.flat_icon;
|
||||
String notificationTitle = context.getString(R.string.sync_new_tab);
|
||||
if (title != null) {
|
||||
notificationTitle = notificationTitle.concat(": " + title);
|
||||
|
|
Загрузка…
Ссылка в новой задаче