woocommerce / woocommerce-android

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

Remove "ResourceProvider" from view models #12116

Open irfano opened 2 months ago

irfano commented 2 months ago

We're using ResourceProvider, which is a context-based class in view models. Instead, we should pass string resources and let views get the string from the string res to avoid some issues. Discussed in https://github.com/woocommerce/woocommerce-android/pull/12093#discussion_r1687061831

dangermattic commented 2 months ago

🚫 Please add a type label (e.g. type: enhancement) and a feature label (e.g. feature: stats) to this issue.