From: masensio Date: Mon, 16 Mar 2015 13:27:23 +0000 (+0100) Subject: Fix bug: App crahes after accessing a folder with gridview and then not X-Git-Tag: oc-android-1.7.1_signed^2~19^2 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/95e5a905ccb4683085a549e54d4b2a9dac1f9ca4?ds=inline Fix bug: App crahes after accessing a folder with gridview and then not --- diff --git a/src/com/owncloud/android/ui/fragment/ExtendedListFragment.java b/src/com/owncloud/android/ui/fragment/ExtendedListFragment.java index f2cd969a..fb58be3a 100644 --- a/src/com/owncloud/android/ui/fragment/ExtendedListFragment.java +++ b/src/com/owncloud/android/ui/fragment/ExtendedListFragment.java @@ -396,8 +396,8 @@ implements OnItemClickListener, OnEnforceableRefreshListener { mListFooterView.invalidate(); } else { - mGridView.removeFooterView(mGridFooterView); - mListView.removeFooterView(mListFooterView); +// mGridView.removeFooterView(mGridFooterView); +// mListView.removeFooterView(mListFooterView); } }