simplify the copydialog constructor

This commit is contained in:
tibbi
2016-11-08 22:00:42 +01:00
parent e87b6553a1
commit 3ce7d682b6
2 changed files with 3 additions and 2 deletions

View File

@ -368,7 +368,7 @@ public class ItemsFragment extends android.support.v4.app.Fragment
itemsToCopy.add(new File(item.getPath()));
}
new CopyDialog(getActivity(), itemsToCopy, mPath, this, new CopyDialog.OnCopyListener() {
new CopyDialog(getActivity(), itemsToCopy, this, new CopyDialog.OnCopyListener() {
@Override
public void onSuccess() {
fillItems();