Set folder selection icon

This commit is contained in:
M66B
2022-09-06 22:05:55 +02:00
parent 5b70a65f32
commit 49b50857eb
5 changed files with 9 additions and 1 deletions

View File

@@ -450,6 +450,7 @@ public class AdapterRule extends RecyclerView.Adapter<AdapterRule.ViewHolder> {
private void onActionMove() {
Bundle args = new Bundle();
args.putInt("icon", R.drawable.twotone_drive_file_move_24);
args.putString("title", context.getString(R.string.title_move_to_folder));
args.putLong("account", rule.account);
args.putLongArray("disabled", new long[]{rule.folder});