Explorar el Código

Remove manually destruction of the multiselect menu

Juan Carlos González Cabrero hace 9 años
padre
commit
5adf2fc54c
Se han modificado 1 ficheros con 0 adiciones y 4 borrados
  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();
                 }
 
             }