sarthakps / to-do

An Android app with added aesthetics and automation to help you organize and manage your daily routines and deadlines.
BSD 3-Clause "New" or "Revised" License
5 stars 9 forks source link

Add Confirmation Dialog for Deleting a List #10

Closed sarthakps closed 4 years ago

sarthakps commented 4 years ago

Currently, on clicking 'Delete List' from the optionsMenu in ListActivity, the list directly gets deleted without asking for confirmation from the user.

The aim is to- Add a popup dialog that asks the user for confirmation; i.e. if they're sure that they want to delete the list or not.

rasacharjee commented 4 years ago

Can I work on the issue