nikhilvharamble / bus-stop-alarm

Automatically exported from code.google.com/p/bus-stop-alarm
MIT License
0 stars 0 forks source link

Confirmation of alarm does not go back to main page per se #59

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This is concerning the way the transition is done between confirmation and 
main page.

What steps will reproduce the problem?
1. Set up an alarm and go back to main page.
2. Press the back button.

What is the expected output? 
You will see the original main page.

What do you see instead?
The app should have exited.

This is because in confirmation page, what happens when you click ok is 
that it creates a new instance of main page, instead of going back to the 
main page. Theoretically this does not affect the correctness of the 
program, however if we were to set alarm multiple times without "backing 
out", then we will have created multiple instances of main pages.

Original issue reported on code.google.com by chen...@gmail.com on 12 Mar 2010 at 7:52

GoogleCodeExporter commented 9 years ago
This is more of a nuisance than bug; we might not have to fix this.

Original comment by chen...@gmail.com on 12 Mar 2010 at 8:12

GoogleCodeExporter commented 9 years ago
This has been changed so that after setting an alarm, you can go back to 
confirmation
page to change alarm settings, but going back 1 more step takes you back to the
original main page.

Original comment by chen...@gmail.com on 12 Mar 2010 at 5:32

GoogleCodeExporter commented 9 years ago
This has been changed again so that once setting an alarm, you can go back to 
the
confirmation page, however backing *again* will exit the app instead of showing 
the
old main page. If backing after setting more than 1 alarm, backing multiple 
times
will show previous confirmation pages.

Original comment by chen...@gmail.com on 12 Mar 2010 at 6:16

GoogleCodeExporter commented 9 years ago

Original comment by chen...@gmail.com on 12 Mar 2010 at 6:18