CCExtractor / ultimate_alarm_clock

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

Input time controller disposal fix #575

Closed AryanSarafDev closed 2 months ago

AryanSarafDev commented 2 months ago

Description

AddOrUpdateAlarmController was initialized on startup creating multiple bugs in the add alarm screen

Proposed Changes

Calling AddOrUpdateAlarmController inside the required function, instead of the onInit function of Input_time_controller

Fixes #549 #538 #531 #549

Screenshots

Checklist