mirror of
https://github.com/SimpleMobileTools/Simple-File-Manager.git
synced 2025-06-05 22:09:15 +02: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