Bug 861103 - Fix for 'Install Later' in B2G updates. r=dhylands, a=tef+

This commit is contained in:
Marshall Culpepper 2013-04-17 15:29:50 +02:00
Родитель 857d285022
Коммит 99cb297e94
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -420,7 +420,7 @@ UpdatePrompt.prototype = {
// for the user to press Later or Install Now. In this situation we
// don't want to clear this._update, becuase handleApplyPromptResult
// needs it.
if (this._applyPromptTimer == null) {
if (this._applyPromptTimer == null && !this._waitingForIdle) {
this._update = null;
}
break;