petykowski / sleepy

Sleep tracking app with HealthKit support.
10 stars 2 forks source link

Dismissing SleepInputInterfaceController Leads to Crash #49

Open petykowski opened 7 years ago

petykowski commented 7 years ago

SleepInputInterfaceController and InterfaceControllerSleep are both presented via the presentControllerWithName method. By function, this controller is allowed to be dismissed. Sleepy does not currently support this dismissal and fails with an error when the sleep session attempts to start again.