Przeglądaj źródła

Remove manually destruction of the multiselect menu

Juan Carlos González Cabrero 9 lat temu
rodzic
commit
5adf2fc54c

+ 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();
                 }
 
             }