Yink / Amadeus

A side project that aims to replicate the Amadeus App shown in Steins;Gate 0.
GNU General Public License v3.0
966 stars 164 forks source link

bug with alarm clock ui #61

Open ivan-kulikov-dev opened 6 years ago

ivan-kulikov-dev commented 6 years ago

bug with alarm clock ui.

Set the alarm time and turn it on. We leave the menu and go again. The current time, not the time of the configured alarm, in the menu.

how to fix

public class AlarmActivity

    if (settings.getBoolean("alarm_toggle", false)) {
         alarmToggle.setChecked(true);

???

Yink commented 6 years ago

I'm sorry, I don't really understand the problem. Is it that you can set the alarm again after setting it once?

aviralrstg commented 6 years ago

@YInk Does that mean we can set multiple alarms? That would be awesome but how do we disable them?