woocommerce / woocommerce-android

WooCommerce Android app
https://www.woocommerce.com/mobile
GNU General Public License v2.0
276 stars 134 forks source link

IllegalArgumentException: Navigation action/destination com.woocommerce.android:id/action_orderCreationFragment_to_customer... #11902

Closed sentry-io[bot] closed 2 weeks ago

sentry-io[bot] commented 2 months ago

Sentry Issue: WOOCOMMERCE-ANDROID-APZ

IllegalArgumentException: Navigation action/destination com.woocommerce.android:id/action_orderCreationFragment_to_customerListFragment cannot be found from the current destination Destination(com.woocommerce.android:id/customerListFragment) label=customerListFragment class=com.woocommerce.android.ui.orders.creation.customerlist.CustomerListFragment
    at com.woocommerce.android.ui.orders.creation.navigation.OrderCreateEditNavigator.navigate(OrderCreateEditNavigator.kt:141)
    navController.navigate(action)
    at com.woocommerce.android.ui.orders.creation.OrderCreateEditFormFragment.handleViewModelEvents(OrderCreateEditFormFragment.kt:1134)
    is OrderCreateEditNavigationTarget -> OrderCreateEditNavigator.navigate(this, event)
    at com.woocommerce.android.ui.orders.creation.OrderCreateEditFormFragment.access$navigateToCustomAmountDialogWhenViewIsCreated(OrderCreateEditFormFragment.kt:113)
    @Suppress("LargeClass")
    at com.woocommerce.android.ui.orders.creation.OrderCreateEditFormFragment.access$handleViewModelEvents(OrderCreateEditFormFragment.kt:113)
    @Suppress("LargeClass")
    at com.woocommerce.android.ui.orders.creation.OrderCreateEditFormFragment$setupObserversWith$5.invoke(OrderCreateEditFormFragment.kt:422)
    viewModel.event.observe(viewLifecycleOwner) { handleViewModelEvents(it, binding) }
...
(36 additional frame(s) were not displayed)
dangermattic commented 2 months ago

Thanks for reporting! 👍

backwardstruck commented 2 months ago

Sorry for creating two GH issues for this @samiuelson In any case the Exception might be related to this code change. Feel free to un-assign or re-assign as you see fit.