mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-17 01:35:03 +01:00
Fix contacts crash for now
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
101a8eac6b
commit
e1834c4e3b
@ -212,7 +212,7 @@ class ContactsController : BaseController,
|
||||
|
||||
if (adapter == null) {
|
||||
contactItems = ArrayList()
|
||||
adapter = FlexibleAdapter(contactItems, activity, true)
|
||||
adapter = FlexibleAdapter(contactItems, activity, false)
|
||||
|
||||
if (currentUser != null) {
|
||||
fetchData(true)
|
||||
|
Loading…
Reference in New Issue
Block a user