зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1325021
- Set mDoorHangerPopup to null after destroying it. r=sebastian
This commit is contained in:
Родитель
dc1e041d78
Коммит
767a13c3cf
|
@ -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)
|
||||
|
|
Загрузка…
Ссылка в новой задаче