We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06b2745 commit c0b3f0eCopy full SHA for c0b3f0e
WooCommerce/src/main/kotlin/com/woocommerce/android/ui/bookings/filter/BookingFilterListScreen.kt
@@ -72,7 +72,8 @@ fun BookingFilterListScreen(state: BookingFilterListUiState) {
72
.padding(innerPadding)
73
)
74
75
- // Make sure this is called after the NavHost to properly receive back events
+ // The navigation is driven by the state, so we handle back navigation by calling onClose
76
+ // We need to ensure that this called after NavHost to make sure we receive back events
77
BackHandler {
78
state.onClose()
79
}
0 commit comments