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()));
|
itemsToCopy.add(new File(item.getPath()));
|
||||||
}
|
}
|
||||||
|
|
||||||
new CopyDialog((SimpleActivity) getActivity(), itemsToCopy, this, new CopyDialog.OnCopyListener() {
|
new CopyDialog((SimpleActivity) getActivity(), itemsToCopy, this);
|
||||||
@Override
|
|
||||||
public void onSuccess() {
|
|
||||||
fillItems();
|
|
||||||
}
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private FileDirItem getSelectedItem() {
|
private FileDirItem getSelectedItem() {
|
||||||
|
Reference in New Issue
Block a user