Small change

This commit is contained in:
M66B 2019-07-30 22:23:53 +02:00
parent 6934feda1a
commit 62587b966d
1 changed files with 1 additions and 1 deletions

View File

@ -96,9 +96,9 @@ public class FragmentDialogFolder extends DialogFragmentEx {
if (folders == null || folders.size() == 0)
tvNoFolder.setVisibility(View.VISIBLE);
else {
rvFolder.setVisibility(View.VISIBLE);
adapter.setDisabled(Helper.fromLongArray(disabled));
adapter.set(folders);
rvFolder.setVisibility(View.VISIBLE);
}
}