ui improvements
This commit is contained in:
parent
f8a6e0d8b8
commit
c84815525f
2 changed files with 2 additions and 1 deletions
|
|
@ -81,6 +81,7 @@ class DomainBlocksFragment : Fragment(R.layout.fragment_domain_blocks), Injectab
|
|||
}
|
||||
|
||||
Snackbar.make(binding.recyclerView, message, Snackbar.LENGTH_LONG)
|
||||
.setTextMaxLines(5)
|
||||
.setAction(event.actionText, event.action)
|
||||
.show()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue