|
|
|
|
@ -14,6 +14,7 @@ import io.realm.RealmResults |
|
|
|
|
import io.realm.Sort |
|
|
|
|
import io.realm.kotlin.where |
|
|
|
|
import kotlinx.android.synthetic.main.fragment_history.* |
|
|
|
|
import net.pokeranalytics.android.R |
|
|
|
|
import net.pokeranalytics.android.model.interfaces.Editable |
|
|
|
|
import net.pokeranalytics.android.model.realm.Session |
|
|
|
|
import net.pokeranalytics.android.ui.activity.NewDataMenuActivity |
|
|
|
|
@ -54,7 +55,7 @@ class HistoryFragment : PokerAnalyticsFragment(), LiveRowRepresentableDataSource |
|
|
|
|
private var newSessionCreated: Boolean = false |
|
|
|
|
|
|
|
|
|
override fun onCreateView(inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bundle?): View? { |
|
|
|
|
return inflater.inflate(net.pokeranalytics.android.R.layout.fragment_history, container, false) |
|
|
|
|
return inflater.inflate(R.layout.fragment_history, container, false) |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
override fun onViewCreated(view: View, savedInstanceState: Bundle?) { |
|
|
|
|
|