Commit b1d7014b authored by divyanshu's avatar divyanshu

show empty file view

parent 0eaa05dd
...@@ -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