mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-15 16:55:03 +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();
|
setupAdapter();
|
||||||
|
|
||||||
|
if (participantsListCategory != null) {
|
||||||
participantsListCategory.setVisibility(View.VISIBLE);
|
participantsListCategory.setVisibility(View.VISIBLE);
|
||||||
|
}
|
||||||
adapter.notifyDataSetChanged();
|
adapter.notifyDataSetChanged();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user