Skip to content

Commit c66c86f

Browse files
committed
updating a copy dialog initialization
1 parent aad62d5 commit c66c86f

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

app/src/main/java/com/simplemobiletools/filemanager/fragments/ItemsFragment.java

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -368,12 +368,7 @@ private void displayCopyDialog() {
368368
itemsToCopy.add(new File(item.getPath()));
369369
}
370370

371-
new CopyDialog((SimpleActivity) getActivity(), itemsToCopy, this, new CopyDialog.OnCopyListener() {
372-
@Override
373-
public void onSuccess() {
374-
fillItems();
375-
}
376-
});
371+
new CopyDialog((SimpleActivity) getActivity(), itemsToCopy, this);
377372
}
378373

379374
private FileDirItem getSelectedItem() {

0 commit comments

Comments
 (0)