updated to 22.0.2
This commit is contained in:
parent
7fbf1db963
commit
df332bafd8
19 changed files with 75 additions and 175 deletions
|
|
@ -60,7 +60,7 @@ class ContextChatViewModel @Inject constructor(private val chatNetworkDataSource
|
|||
token = token,
|
||||
messageId = messageId,
|
||||
limit = LIMIT,
|
||||
threadId = threadId?.toInt()
|
||||
threadId = threadId?.toIntOrNull()
|
||||
)
|
||||
|
||||
if (threadId.isNullOrEmpty()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue