Closed johneastman closed 2 years ago
When the user moves items, they are not always saved. This is an attempt to fix it.
Instead of updating all items in the database when the app is closed, paused, or stopped, the items are updated in the database when the move happens.
commit: https://github.com/johneastman/Shopper/commit/57b6342afd8c03a5ffe4adc57417a3b529ae9476
When the user moves items, they are not always saved. This is an attempt to fix it.
Instead of updating all items in the database when the app is closed, paused, or stopped, the items are updated in the database when the move happens.