mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-13 07:44:11 +01:00
trying to bypass the stupid linter
Signed-off-by: rapterjet2004 <juliuslinus1@gmail.com>
This commit is contained in:
parent
6835c25ac5
commit
0d080defad
@ -2035,6 +2035,8 @@ class ConversationsListActivity :
|
||||
if (results.hasMore) {
|
||||
adapterItems.add(LoadMoreResultsItem)
|
||||
}
|
||||
|
||||
@SuppressLint()
|
||||
adapter?.addItems(-1, adapterItems)
|
||||
binding.recyclerView.scrollToPosition(0)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user