supergeorg / Grocy-SwiftUI

A client for Grocy for macOS and iOS, written with SwiftUI
GNU General Public License v3.0
177 stars 17 forks source link

Bug: Deleting an item in „Master data - Products“ by swiping crashes app #152

Open superpower10 opened 1 year ago

superpower10 commented 1 year ago

If I swipe from right to left over an item in „Master data - Products“ till it deletes or swipe till button shows and I touch/click it, the app crashed and the item is still there

supergeorg commented 1 year ago

I can't reproduce this on iOS 16.3.1 A popup message should appear and ask the user to confirm the deletion. This works fine for me. (Also, no force unwrapping is happening in the code, so any problem should be caused by iOS 😜 )