CCExtractor / ultimate_alarm_clock

GNU General Public License v2.0
68 stars 122 forks source link

Bug: The '+' Floating Action Button does not allow user to add more Alarms just after adding an Alarm #546

Closed fierychicken65 closed 2 weeks ago

fierychicken65 commented 5 months ago

Description

Clicking on the + button allows you to save an alarm the first time. When user clicks on + button just after saving an alarm he is not able to create another alarm (User only gets option to update the existing Alarm he had just saved). User needs to refresh page in order to save another Alarm. Clicking on an existing alarm (after refreshing the home page) and updating it's values creates a new alarm instead of updating the chosen Alarm.

Screenshots

https://github.com/CCExtractor/ultimate_alarm_clock/assets/116811583/c44d1bd7-599b-4f0f-89a9-f0d52daf9fe4

AryanSarafDev commented 3 months ago

The controllers in the add screen need resetting too

fierychicken65 commented 3 months ago

Fine