Fixes crash when opening the settings after having an opened keyboard in the players section

kmmtest
Laurent 2 years ago
parent 4bab5687bc
commit 829e64448f
  1. 1
      app/src/main/java/net/pokeranalytics/android/ui/modules/handhistory/model/EditorViewModel.kt

@ -1058,6 +1058,7 @@ class EditorViewModel : ViewModel(), RowRepresentableDataSource, CardCentralizer
}
fun toggleSettingsRows() {
this.selectionLiveData.value = null
this.settingsExpanded = !this.settingsExpanded
this.createRowRepresentation()
}

Loading…
Cancel
Save