mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-19 10:45:13 +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) {
|
if (adapter == null) {
|
||||||
contactItems = ArrayList()
|
contactItems = ArrayList()
|
||||||
adapter = FlexibleAdapter(contactItems, activity, true)
|
adapter = FlexibleAdapter(contactItems, activity, false)
|
||||||
|
|
||||||
if (currentUser != null) {
|
if (currentUser != null) {
|
||||||
fetchData(true)
|
fetchData(true)
|
||||||
|
Loading…
Reference in New Issue
Block a user