Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
This commit is contained in:
sowjanyakch
2025-06-25 18:18:35 +02:00
parent 5b96466963
commit c112ce45d2

View File

@ -1334,7 +1334,7 @@ class ChatActivity :
cancelNotificationsForCurrentConversation()
if(adapter == null){
if (adapter == null) {
chatViewModel.getRoom(roomToken)
}