зеркало из https://github.com/mozilla/gecko-dev.git
Bug 905162 - Reset all MostRecentPage views in onDestroyView (r=liuche)
This commit is contained in:
Родитель
15251b10d8
Коммит
09487befd1
|
@ -117,6 +117,8 @@ public class MostRecentPage extends HomeFragment {
|
|||
public void onDestroyView() {
|
||||
super.onDestroyView();
|
||||
mList = null;
|
||||
mTitle = null;
|
||||
mEmptyView = null;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Загрузка…
Ссылка в новой задаче