Unverified Commit 0e116b63 authored by Filipe de Lima Brito's avatar Filipe de Lima Brito Committed by GitHub

Merge pull request #2217 from NBAMIR/nba

[FIX] Typo in DatabaseManager.kt
parents 8ef047fa d7859c51
...@@ -139,7 +139,7 @@ class DatabaseManager(val context: Application, val serverUrl: String) { ...@@ -139,7 +139,7 @@ class DatabaseManager(val context: Application, val serverUrl: String) {
} }
/* /*
* Creates a list of data base operations * Creates a list of database operations
*/ */
fun processChatRoomsBatch(batch: List<StreamMessage<BaseRoom>>) { fun processChatRoomsBatch(batch: List<StreamMessage<BaseRoom>>) {
GlobalScope.launch(dbManagerContext) { GlobalScope.launch(dbManagerContext) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment