|
|
|
|
@ -77,6 +77,7 @@ class TransactionDataFragment : EditableDataFragment(), StaticRowRepresentableDa |
|
|
|
|
super.onRowValueChanged(value, row) |
|
|
|
|
rowRepresentableAdapter.refreshRow(row) |
|
|
|
|
|
|
|
|
|
if (primaryKey == null) { // automatically change the row for new data |
|
|
|
|
GlobalScope.launch(Dispatchers.Main) { |
|
|
|
|
delay(200) |
|
|
|
|
when(row) { |
|
|
|
|
@ -89,3 +90,5 @@ class TransactionDataFragment : EditableDataFragment(), StaticRowRepresentableDa |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
} |