updating a copy dialog initialization
This commit is contained in:
parent
aad62d56ae
commit
c66c86f04c
|
@ -368,12 +368,7 @@ public class ItemsFragment extends android.support.v4.app.Fragment
|
|||
itemsToCopy.add(new File(item.getPath()));
|
||||
}
|
||||
|
||||
new CopyDialog((SimpleActivity) getActivity(), itemsToCopy, this, new CopyDialog.OnCopyListener() {
|
||||
@Override
|
||||
public void onSuccess() {
|
||||
fillItems();
|
||||
}
|
||||
});
|
||||
new CopyDialog((SimpleActivity) getActivity(), itemsToCopy, this);
|
||||
}
|
||||
|
||||
private FileDirItem getSelectedItem() {
|
||||
|
|
Loading…
Reference in New Issue