rob729 / Quiet_Hours

No more trouble to make silent mode ON/OFF manually every time.
3 stars 9 forks source link

Added delete all feature #37

Closed coder2699 closed 4 years ago

coder2699 commented 4 years ago

Fixes #36

Changes: Added delete all item in overflow menu.

Screenshots for the change:

rob729 commented 4 years ago

@coder2699 Have you tested the functionality?

coder2699 commented 4 years ago

@coder2699 Have you tested the functionality?

@rob729 with earlier code there was a problem in functioning. Now I have changed it and tested it. Everything is fine. I have included these lines, profileListAdapter.removeitem(i) val item = profileListAdapter.getList()[i] profileListAdapter.removeWork(item.profileId.toString())

rob729 commented 4 years ago

give @coder2699 25 points