Alert for get link too

This commit is contained in:
Avently
2022-10-14 13:34:23 +03:00
parent 3e3fa931ac
commit b0eaf50cdc
@@ -867,7 +867,9 @@ open class ChatController(var ctrl: ChatCtrl?, val ntfManager: NtfManager, val a
return when (val r = sendCmd(CC.APIGetGroupLink(groupId))) {
is CR.GroupLink -> r.connReqContact
else -> {
Log.e(TAG, "apiGetGroupLink bad response: ${r.responseType} ${r.details}")
if (!(networkErrorAlert(r))) {
Log.e(TAG, "apiGetGroupLink bad response: ${r.responseType} ${r.details}")
}
null
}
}