Skip to content

Commit 4a6d9ee

Browse files
authored
Merge pull request #14844 from woocommerce/woomob-1568-android-order-filters-not-reset-correctly
[WOOMOB-1568] Fix order filter count not resetting after clear
2 parents 3d41beb + 7b64190 commit 4a6d9ee

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

RELEASE-NOTES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
- [Internal] Improve WebView experience by using Authenticated WebView for more scenarios [https://github.com/woocommerce/woocommerce-android/pull/14826]
77
- [Internal] Update In-Person Payments setup flow to use Authenticated WebView [https://github.com/woocommerce/woocommerce-android/pull/14827]
88
- [*] Improved the Filters button colors on the Orders and Products screens [https://github.com/woocommerce/woocommerce-android/pull/14832]
9+
- [*] Fixed an issue where the count of the filters applied to the orders was not updated correctly [https://github.com/woocommerce/woocommerce-android/pull/14844]
910

1011
23.5
1112
-----

WooCommerce/src/main/kotlin/com/woocommerce/android/ui/orders/filters/OrderFilterCategoriesViewModel.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ class OrderFilterCategoriesViewModel @Inject constructor(
115115
)
116116
}
117117
)
118+
saveFiltersSelection(_categories.list)
118119
}
119120

120121
fun onClearProductFilter() {

0 commit comments

Comments
 (0)