Skip to content

Commit c24bb9a

Browse files
Update ChatViewModel.kt
1 parent 5063fd5 commit c24bb9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

messaging-kotlin/app/src/main/java/com/vonage/tutorial/chat/ChatViewModel.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ class ChatViewModel(application: Application) : AndroidViewModel(application = a
7070
}
7171

7272
suspend fun getConversationEvents(){
73-
val params = GetConversationEventsParameters(PresentingOrder.ASC,100)
73+
val params = GetConversationEventsParameters(PresentingOrder.ASC, 100)
7474
try {
7575
val eventsPage = client.getConversationEvents(conversationID, params)
7676
events.clear()
@@ -114,4 +114,4 @@ class ChatViewModel(application: Application) : AndroidViewModel(application = a
114114
}
115115
}
116116
}
117-
}
117+
}

0 commit comments

Comments
 (0)