We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0729d57 commit ac03e69Copy full SHA for ac03e69
common/src/commonMain/kotlin/cz/frantisekmasa/wfrp_master/common/character/CharacterDetailScreenModel.kt
@@ -319,8 +319,8 @@ class CharacterDetailScreenModel(
319
updateCharacter { it.copy(note = note) }
320
}
321
322
- suspend fun updateMotivation(note: String) {
323
- updateCharacter { it.copy(note = note) }
+ suspend fun updateMotivation(motivation: String) {
+ updateCharacter { it.copy(motivation = motivation) }
324
325
326
suspend fun updateCharacterAmbitions(ambitions: Ambitions) {
0 commit comments