@jsq I found your SwiftUI app lifecycle article very useful.
A small query following it, when I lock my iOS 17 device I immediately get scenePhase: inactive,
and a short while later:
active -> inActive -> background.
Why the extra active call? At this point the device is locked and I don't know how to tell in a "SwiftUI" way?
Thank you anyway