Bug 1325021 - Set mDoorHangerPopup to null after destroying it. r=sebastian

This commit is contained in:
Dylan Roeh 2017-03-09 13:28:35 -06:00
Родитель dc1e041d78
Коммит 767a13c3cf
1 изменённых файлов: 3 добавлений и 1 удалений

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

@ -1540,8 +1540,10 @@ public class BrowserApp extends GeckoApp
deleteTempFiles(getApplicationContext());
if (mDoorHangerPopup != null)
if (mDoorHangerPopup != null) {
mDoorHangerPopup.destroy();
mDoorHangerPopup = null;
}
if (mFormAssistPopup != null)
mFormAssistPopup.destroy();
if (mTextSelection != null)