We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5063fd5 commit c24bb9aCopy full SHA for c24bb9a
messaging-kotlin/app/src/main/java/com/vonage/tutorial/chat/ChatViewModel.kt
@@ -70,7 +70,7 @@ class ChatViewModel(application: Application) : AndroidViewModel(application = a
70
}
71
72
suspend fun getConversationEvents(){
73
- val params = GetConversationEventsParameters(PresentingOrder.ASC,100)
+ val params = GetConversationEventsParameters(PresentingOrder.ASC, 100)
74
try {
75
val eventsPage = client.getConversationEvents(conversationID, params)
76
events.clear()
@@ -114,4 +114,4 @@ class ChatViewModel(application: Application) : AndroidViewModel(application = a
114
115
116
117
-}
+}
0 commit comments