mirror of
https://github.com/FossifyOrg/File-Manager.git
synced 2026-02-28 20:47:11 -05:00
updating a copy dialog initialization
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user