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.
2 parents fd036de + ac03e69 commit 70bc63fCopy full SHA for 70bc63f
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