diff --git a/WooCommerce/src/main/kotlin/com/woocommerce/android/ui/orders/details/views/OrderDetailCustomerInfoView.kt b/WooCommerce/src/main/kotlin/com/woocommerce/android/ui/orders/details/views/OrderDetailCustomerInfoView.kt index 0fe590f2f95..aa1def52279 100644 --- a/WooCommerce/src/main/kotlin/com/woocommerce/android/ui/orders/details/views/OrderDetailCustomerInfoView.kt +++ b/WooCommerce/src/main/kotlin/com/woocommerce/android/ui/orders/details/views/OrderDetailCustomerInfoView.kt @@ -230,6 +230,10 @@ class OrderDetailCustomerInfoView @JvmOverloads constructor( binding.customerInfoCustomerNote.setIsReadOnly(isReadOnly) if (!isReadOnly) { + binding.customerInfoCustomerNote.binding.notEmptyLabel.setClickableParent( + binding.customerInfoCustomerNoteSection + ) + binding.customerInfoCustomerNoteSection.setOnClickListener { val action = OrderDetailFragmentDirections.actionOrderDetailFragmentToEditCustomerOrderNoteFragment(