Unverified Commit da3b3ee0 authored by Filipe de Lima Brito's avatar Filipe de Lima Brito Committed by GitHub

Merge pull request #1348 from divyanshub024/empty-file-view

[BUG] Empty file view
parents 26ead887 b1d7014b
...@@ -86,6 +86,7 @@ class FilesFragment : Fragment(), FilesView { ...@@ -86,6 +86,7 @@ class FilesFragment : Fragment(), FilesView {
} }
}) })
} }
group_no_file.isVisible = dataSet.isEmpty()
} else { } else {
adapter.appendData(dataSet) adapter.appendData(dataSet)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment