Unverified Commit f7b670a0 authored by divyanshu bhargava's avatar divyanshu bhargava Committed by GitHub

Merge branch 'develop' into loading-view-bug

parents 44aa1530 da3b3ee0
...@@ -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