refresh the list at copy too
This commit is contained in:
parent
8a9adfc592
commit
bebb7c8824
1 changed files with 1 additions and 1 deletions
|
@ -373,11 +373,11 @@ public class ItemsFragment extends android.support.v4.app.Fragment
|
||||||
public void copySucceeded(boolean deleted, boolean copiedAll) {
|
public void copySucceeded(boolean deleted, boolean copiedAll) {
|
||||||
int msgId;
|
int msgId;
|
||||||
if (deleted) {
|
if (deleted) {
|
||||||
fillItems();
|
|
||||||
msgId = copiedAll ? R.string.moving_success : R.string.moving_success_partial;
|
msgId = copiedAll ? R.string.moving_success : R.string.moving_success_partial;
|
||||||
} else {
|
} else {
|
||||||
msgId = copiedAll? R.string.copying_success : R.string.copying_success_partial;
|
msgId = copiedAll? R.string.copying_success : R.string.copying_success_partial;
|
||||||
}
|
}
|
||||||
|
fillItems();
|
||||||
Utils.Companion.showToast(getContext(), msgId);
|
Utils.Companion.showToast(getContext(), msgId);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue