3530: Add help text for empty lists view.

This commit is contained in:
Lakoja 2023-04-18 11:24:35 +02:00
commit 0d1340781b
2 changed files with 7 additions and 0 deletions

View file

@ -192,6 +192,7 @@ class ListsActivity : BaseActivity(), Injectable, HasAndroidInjector {
R.string.message_empty,
null
)
binding.messageView.showHelp(R.string.help_empty_lists)
} else {
binding.messageView.hide()
}