mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-15 08:45:04 +01:00
Fix a bug with conversation info disappearing
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
68e95b2ac7
commit
cef0d20e62
@ -203,7 +203,9 @@ public class ConversationInfoController extends BaseController {
|
||||
|
||||
setupAdapter();
|
||||
|
||||
participantsListCategory.setVisibility(View.VISIBLE);
|
||||
if (participantsListCategory != null) {
|
||||
participantsListCategory.setVisibility(View.VISIBLE);
|
||||
}
|
||||
adapter.notifyDataSetChanged();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user