|
|
|
@ -5,7 +5,6 @@ import android.view.LayoutInflater |
|
|
|
import android.view.View |
|
|
|
import android.view.View |
|
|
|
import android.view.ViewGroup |
|
|
|
import android.view.ViewGroup |
|
|
|
import androidx.recyclerview.widget.LinearLayoutManager |
|
|
|
import androidx.recyclerview.widget.LinearLayoutManager |
|
|
|
import io.realm.Realm |
|
|
|
|
|
|
|
import kotlinx.android.synthetic.main.fragment_stats.* |
|
|
|
import kotlinx.android.synthetic.main.fragment_stats.* |
|
|
|
import kotlinx.coroutines.runBlocking |
|
|
|
import kotlinx.coroutines.runBlocking |
|
|
|
import net.pokeranalytics.android.R |
|
|
|
import net.pokeranalytics.android.R |
|
|
|
@ -101,7 +100,6 @@ class StatsFragment : SessionObserverFragment(), StaticRowRepresentableDataSourc |
|
|
|
|
|
|
|
|
|
|
|
runBlocking { |
|
|
|
runBlocking { |
|
|
|
|
|
|
|
|
|
|
|
val realm = Realm.getDefaultInstance() |
|
|
|
|
|
|
|
val cgSessions = mutableListOf<Session>() |
|
|
|
val cgSessions = mutableListOf<Session>() |
|
|
|
val tSessions = mutableListOf<Session>() |
|
|
|
val tSessions = mutableListOf<Session>() |
|
|
|
|
|
|
|
|
|
|
|
|