feat: delete comment and subscription notification
This commit is contained in:
parent
c22fd6b66d
commit
46d16be835
9 changed files with 136 additions and 58 deletions
|
@ -60,7 +60,7 @@ class ActivityFragment : Fragment() {
|
|||
binding.feedRefresh.updateLayoutParams<ViewGroup.MarginLayoutParams> {
|
||||
bottomMargin = navBarHeight
|
||||
}
|
||||
binding.emptyTextView.text = getString(R.string.no_activities)
|
||||
binding.emptyTextView.text = getString(R.string.nothing_here)
|
||||
lifecycleScope.launch {
|
||||
getList()
|
||||
if (adapter.itemCount == 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue