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

@ -77,7 +77,7 @@ class FavoriteSessionFinder {
val favoriteSession = val favoriteSession =
FavoriteSessionFinder.favoriteSession(newSession.type, location, newSession.realm, context) FavoriteSessionFinder.favoriteSession(newSession.type, location, newSession.realm, context)
favoriteSession?.let { fav -> favoriteSession?.let { fav ->
newSession.limit = fav.limit newSession.limit = fav.limit

Loading…
Cancel
Save