@ -575,7 +575,7 @@ open class Session : RealmObject(), Manageable, StaticRowRepresentableDataSource
return rows
}
private fun updateRowRepresentation() {
fun updateRowRepresentation() {
this.rowRepresentationForCurrentState = this.updatedRowRepresentationForCurrentState()
@ -149,6 +149,8 @@ class SessionFragment : PokerAnalyticsFragment(), RowRepresentableDelegate {
*/
private fun updateSessionUI() {
this.currentSession.updateRowRepresentation()
handler.removeCallbacksAndMessages(null)
when (currentSession.getState()) {