Webierta / todo_manager

Simple and minimalist To-Do Manager
GNU General Public License v3.0
9 stars 0 forks source link

[Bug] The back button simply closes the application within a task. #2

Open Terkyz opened 1 year ago

Terkyz commented 1 year ago

Inside a task, if I use the method of my system (Android 11) to return to the main menu the application suddenly closes, but if I press the upper left arrow to return to the main menu it works as desired.

The expected behavior, at least in my case, is that both my system method to go back and the upper left arrow do the same.

Webierta commented 1 year ago

Yes, initially that behavior of going back only with the arrow of the app's menu bar was what I have programmed, but surely you are right and I should change it.

But it's not a bug