mirror of
https://github.com/SimpleMobileTools/Simple-File-Manager.git
synced 2025-02-18 12:50:35 +01:00
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()));
|
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() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user