mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 13:15:35 +03:00
fix boolean
This commit is contained in:
parent
1bd5c65a02
commit
be097d238b
1 changed files with 1 additions and 1 deletions
|
@ -532,7 +532,7 @@ public class OCFileListFragment extends ExtendedListFragment implements OCFileLi
|
|||
getActivity(),
|
||||
true
|
||||
);
|
||||
mf.filter(popup.getMenu(), false);
|
||||
mf.filter(popup.getMenu(), true);
|
||||
popup.setOnMenuItemClickListener(new PopupMenu.OnMenuItemClickListener() {
|
||||
@Override
|
||||
public boolean onMenuItemClick(MenuItem item) {
|
||||
|
|
Loading…
Reference in a new issue