ktlintFormat

Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
This commit is contained in:
sowjanyakch 2025-05-21 08:56:57 +02:00 committed by Marcel Hibbe
parent e72701c219
commit c185563794
No known key found for this signature in database
GPG Key ID: C793F8B59F43CE7B

View File

@ -808,6 +808,7 @@ class ChatViewModel @Inject constructor(
}
}
@Suppress("Detekt.TooGenericExceptionCaught")
fun unbindRoom(credentials: String, baseUrl: String, roomToken: String) {
viewModelScope.launch {
try {