release/2.0 #21
@@ -46,7 +46,7 @@ class GameRepository @Inject constructor(private val gameDao: GameDao, private
|
|||||||
{
|
{
|
||||||
return withContext(Dispatchers.IO) {
|
return withContext(Dispatchers.IO) {
|
||||||
val active = getActiveGame()
|
val active = getActiveGame()
|
||||||
return@withContext roundDao.getAllForGame(active.uid)
|
return@withContext roundDao.getAllForGame(active?.uid)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user