Browse Source

Remove manually destruction of the multiselect menu

Juan Carlos González Cabrero 9 years ago
parent
commit
5adf2fc54c
1 changed files with 0 additions and 4 deletions
  1. 0 4
      src/com/owncloud/android/ui/fragment/OCFileListFragment.java

+ 0 - 4
src/com/owncloud/android/ui/fragment/OCFileListFragment.java

@@ -380,10 +380,6 @@ public class OCFileListFragment extends ExtendedListFragment {
                         mf.filter(menu);
                     }
 
-                } else {
-                    getListView().clearChoices();
-                    menu.clear();
-                    menu.close();
                 }
 
             }