Open harshalbhakta opened 1 week ago
Fixes #63
onDialogCancel gets called when dialog is dismissed by pulling down. Everything works as expected. Screen does not freeze.
onDialogCancel
https://github.com/hotwired/hotwire-native-android/blob/218a7f799d4a4a5c721aa7f1aadff598970320d8/navigation-fragments/src/main/java/dev/hotwire/navigation/fragments/HotwireFragmentDelegate.kt#L81-L86
onDialogDismiss gets called when close button is clicked. The screen freezes here.
onDialogDismiss
https://github.com/hotwired/hotwire-native-android/blob/218a7f799d4a4a5c721aa7f1aadff598970320d8/navigation-fragments/src/main/java/dev/hotwire/navigation/fragments/HotwireFragmentDelegate.kt#L91-L93
Fixes #63
onDialogCancel
gets called when dialog is dismissed by pulling down. Everything works as expected. Screen does not freeze.https://github.com/hotwired/hotwire-native-android/blob/218a7f799d4a4a5c721aa7f1aadff598970320d8/navigation-fragments/src/main/java/dev/hotwire/navigation/fragments/HotwireFragmentDelegate.kt#L81-L86
onDialogDismiss
gets called when close button is clicked. The screen freezes here.https://github.com/hotwired/hotwire-native-android/blob/218a7f799d4a4a5c721aa7f1aadff598970320d8/navigation-fragments/src/main/java/dev/hotwire/navigation/fragments/HotwireFragmentDelegate.kt#L91-L93