Samuel Urbanowicz

Results 45 comments of Samuel Urbanowicz

> Hey @samiuelson good work on this feature. I am having an error and I am wondering if it could be my product setup. So when I scan the barcode...

Hi @NateWickstrom Your suggestion doesn't solve the problem. Take a look what `getInstance(Context context)` method does under the hood. I calls `context.getApplicationContext()`. Did you test it in the device's "don't...

Here you are. https://github.com/samiuelson/RxActivityResultTest Just adding extra String to Intent and passing Intent as a result in this example.

@NateWickstrom I'm still looking for some clean way of handling `onActivityResult()` logic. I'm going to take a deep look into RxActivityResult and try to find some solution. There is problem...

![Image](https://github.com/woocommerce/woocommerce-android/assets/4527432/c32c1e18-8143-4f57-8344-aa599767088f) ![Image](https://github.com/woocommerce/woocommerce-android/assets/4527432/746421dc-2493-44f7-a3ed-124066046bec)

Marked as blocked, because we don't have clarity if it should be done at the moment.

At the moment, this is an intended behavior of the product selector implementation. See the [restrictions](https://href.li/?https://github.com/woocommerce/woocommerce-android/blob/trunk/WooCommerce/src/main/kotlin/com/woocommerce/android/ui/products/ProductRestrictions.kt#L15) we apply to the products in the product selector. When the product selector is...

@zoupkat we are aiming to ship the fix in the 20.3 version of the app.