ToDo-List-App
ToDo-List-App copied to clipboard
Add HomeActivity as Parent for New TO DO
Please provide us with the following information: Currently their is no back button in new to-do toolbar, add home activity as its parent and it should have a back button in toolbar which directs us to home activity.
This issue is for a: (mark with an x
)
- [x] feature request
Thanks for opening this issue!
@opencodebot claim
This issue is assigned to @BinduVerma123.
@shiv07tiwari a new blank HomeActivity has to be created for this?
@BinduVerma123 No , the user should get the original homeactivity after pressing the back button in new todo activity. Read about how to add a parent to an existing activity.