mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-18 18:25:03 +01:00
Further UI improvements
This commit is contained in:
parent
3767b7fd61
commit
e5fc014b44
@ -219,6 +219,7 @@ class ConversationsListView : BaseView(), OnQueryTextListener,
|
||||
view?.post {
|
||||
view?.loadingStateView?.visibility = View.GONE
|
||||
view?.dataStateView?.visibility = View.VISIBLE
|
||||
view?.stateWithMessageView?.visibility = if (recyclerViewAdapter.isEmpty) View.VISIBLE else View.GONE
|
||||
view?.floatingActionButton?.visibility = View.VISIBLE
|
||||
if (view?.floatingActionButton?.isShown == false) {
|
||||
view?.floatingActionButton?.show()
|
||||
|
Loading…
Reference in New Issue
Block a user