зеркало из https://github.com/mozilla/gecko-dev.git
Bug 661612 - Update download progress notification keeps reappearing in Android 3 [r=mfinkle,alexp]
This commit is contained in:
Родитель
47fae45bfa
Коммит
44e05fde0e
|
@ -115,7 +115,7 @@ public class AlertNotification
|
|||
view.setImageViewResource(R.id.notificationImage, mIcon);
|
||||
view.setTextViewText(R.id.notificationTitle, mTitle);
|
||||
contentView = view;
|
||||
flags |= FLAG_ONGOING_EVENT;
|
||||
flags |= FLAG_ONGOING_EVENT | FLAG_ONLY_ALERT_ONCE;
|
||||
|
||||
mProgressStyle = true;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче