Skip to content

Commit

Permalink
fix: strange behavior when creating new contact via intent
Browse files Browse the repository at this point in the history
  • Loading branch information
Bnyro committed Apr 6, 2024
1 parent 6882bf9 commit 4981411
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -381,9 +381,4 @@ fun ContactsPage(
showImportSimDialog = false
}
}
viewModel.initialContactData?.let {
SingleContactScreen(it) {
viewModel.initialContactData = null
}
}
}

0 comments on commit 4981411

Please sign in to comment.