hold17 / cphindustries

App for CPH Industries to manage weapons made for movies.
MIT License
0 stars 1 forks source link

Add delay on delete methods in DAO #131

Open algorythm opened 6 years ago

algorythm commented 6 years ago

Description

Adding a delay to deleting items would allow the user to cancel deleting an item before it is actually deleted. When deleting an item, show a snackbar to the user with an undo button.

Make sure that the delete task is executed in a new thread, then start by having a thread sleep for maybe 5k-10k ms and then send an interrupt if the user wishes to undo their action.