Bug 905162 - Reset all MostRecentPage views in onDestroyView (r=liuche)

This commit is contained in:
Lucas Rocha 2013-08-14 23:23:49 +01:00
Родитель 15251b10d8
Коммит 09487befd1
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -117,6 +117,8 @@ public class MostRecentPage extends HomeFragment {
public void onDestroyView() {
super.onDestroyView();
mList = null;
mTitle = null;
mEmptyView = null;
}
@Override