Remove .ignoresSafeArea(.keyboard) from HomeRootView which could intermittently cause the bottom content (active bolus/adjustment views) to be laid out outside the visible area due to SwiftUI safe area inset miscalculation. Also, fixed a race condition in APSManager so that isSuspended is always accessed from the main dispatch queue (it's accessed by the UI).
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||