mirror of
https://github.com/SimpleMobileTools/Simple-File-Manager.git
synced 2025-02-03 03:47:39 +01:00
refresh the list at copy too
This commit is contained in:
parent
8a9adfc592
commit
bebb7c8824
@ -373,11 +373,11 @@ public class ItemsFragment extends android.support.v4.app.Fragment
|
||||
public void copySucceeded(boolean deleted, boolean copiedAll) {
|
||||
int msgId;
|
||||
if (deleted) {
|
||||
fillItems();
|
||||
msgId = copiedAll ? R.string.moving_success : R.string.moving_success_partial;
|
||||
} else {
|
||||
msgId = copiedAll? R.string.copying_success : R.string.copying_success_partial;
|
||||
}
|
||||
fillItems();
|
||||
Utils.Companion.showToast(getContext(), msgId);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user