We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bf4238 commit 0c8282cCopy full SHA for 0c8282c
WooCommerce/Classes/POS/Models/PointOfSaleAggregateModel.swift
@@ -212,9 +212,7 @@ extension PointOfSaleAggregateModel {
212
if let errorItem = cart.updateLoadingItem(id: placeholderItemID, with: error) {
213
// Only play a sound and track analytics if the item still exists in the cart.
214
await soundPlayer.playSound(.barcodeScanFailure, completion: { [weak self] in
215
- DispatchQueue.main.async { [weak self] in
216
- self?.cart.accessibilityFocusedItemID = errorItem.id
217
- }
+ self?.cart.accessibilityFocusedItemID = errorItem.id
218
})
219
220
analytics.track(
0 commit comments