mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-19 18:55:05 +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?.post {
|
||||||
view?.loadingStateView?.visibility = View.GONE
|
view?.loadingStateView?.visibility = View.GONE
|
||||||
view?.dataStateView?.visibility = View.VISIBLE
|
view?.dataStateView?.visibility = View.VISIBLE
|
||||||
|
view?.stateWithMessageView?.visibility = if (recyclerViewAdapter.isEmpty) View.VISIBLE else View.GONE
|
||||||
view?.floatingActionButton?.visibility = View.VISIBLE
|
view?.floatingActionButton?.visibility = View.VISIBLE
|
||||||
if (view?.floatingActionButton?.isShown == false) {
|
if (view?.floatingActionButton?.isShown == false) {
|
||||||
view?.floatingActionButton?.show()
|
view?.floatingActionButton?.show()
|
||||||
|
Loading…
Reference in New Issue
Block a user