mirror of
https://github.com/nextcloud/android.git
synced 2024-11-27 09:39:25 +03:00
Fix bug: App crahes after accessing a folder with gridview and then not
This commit is contained in:
parent
d55c21ccfb
commit
95e5a905cc
1 changed files with 2 additions and 2 deletions
|
@ -396,8 +396,8 @@ implements OnItemClickListener, OnEnforceableRefreshListener {
|
|||
mListFooterView.invalidate();
|
||||
|
||||
} else {
|
||||
mGridView.removeFooterView(mGridFooterView);
|
||||
mListView.removeFooterView(mListFooterView);
|
||||
// mGridView.removeFooterView(mGridFooterView);
|
||||
// mListView.removeFooterView(mListFooterView);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue