Parcourir la source

Remove manually destruction of the multiselect menu

Juan Carlos González Cabrero il y a 9 ans
Parent
commit
5adf2fc54c
1 fichiers modifiés avec 0 ajouts et 4 suppressions
  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();
                 }
 
             }