@ -173,7 +173,7 @@ class EditorFragment : RealmFragment(), RowRepresentableDelegate, KeyboardListen
}
} catch (e: Exception) {
val actions = this.model.actionListLogs
CrashLogging.log(actions)
CrashLogging.log("actions: $actions")
throw e
@ -557,13 +557,11 @@ class EditorViewModel : ViewModel(), RowRepresentableDataSource, CardCentralizer
else -> {}
CrashLogging.log(this.actionListLogs)
CrashLogging.log("actions: ${this.actionListLogs}")
this.currentAmount = null
/***