dave
09/20/2019, 3:01 PMalert(getString(R.string.MY_MESSAGE)) {
yesButton {
it.dismiss() // TODO investigate navigation from dialogs and lag
navigateTo(actionMapFragmentToOtherFragment()) }
noButton {}
}.show()
The app freezes when navigating back to the map. Ideas?