mirror of
https://github.com/SimpleMobileTools/Simple-File-Manager.git
synced 2025-06-05 22:09:15 +02:00
couple copy adjustments
This commit is contained in:
@ -492,8 +492,7 @@ public class ItemsFragment extends android.support.v4.app.Fragment
|
||||
}
|
||||
|
||||
@Override
|
||||
public void copySucceeded(File file) {
|
||||
rescanItem(file);
|
||||
public void copySucceeded() {
|
||||
fillItems();
|
||||
Utils.Companion.showToast(getContext(), R.string.copying_success);
|
||||
}
|
||||
|
Reference in New Issue
Block a user