Skip to content

Instantly share code, notes, and snippets.

@sergenes
Last active August 3, 2021 19:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sergenes/3872348bdc9e97d7b887252d1cd4d885 to your computer and use it in GitHub Desktop.
Save sergenes/3872348bdc9e97d7b887252d1cd4d885 to your computer and use it in GitHub Desktop.
fun addNewRow(runAfter: () -> Unit) {
onAction(ListScreenActions.OnAddNewRow, runAfter = runAfter)
}
fun editNewRow() { onAction(ListScreenActions.OnAddNewRowChanged) }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment