Fixes test build

feature/top10
Laurent 7 years ago
parent ff63a34f68
commit 9805e3ca97
  1. 2
      app/src/main/java/net/pokeranalytics/android/model/utils/FavoriteSessionFinder.kt

@ -99,7 +99,7 @@ class FavoriteSessionFinder {
/**
* Determines the favorite session given a [sessionType] and an optional [location]
*/
private fun favoriteSession(sessionType: Int, location: Location?, realm: Realm, context: Context) : Session? {
fun favoriteSession(sessionType: Int, location: Location?, realm: Realm, context: Context) : Session? {
val lastSessionsQuery = realm.where(Session::class.java).equalTo("type", sessionType)
if (location != null) {

Loading…
Cancel
Save