You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The log below captures a screen timeout - without using the physical lock button.
log for going to background
[log] 11:13:50.848: TabProvider: state AppLifecycleState.inactive lockScreen: false inLocalMode true
[log] 11:13:51.715: TabProvider: state AppLifecycleState.hidden lockScreen: false inLocalMode true
[log] 11:13:51.723: TabProvider: state AppLifecycleState.paused lockScreen: false inLocalMode true
when the screen is touched, the following states occur
[log] 11:15:46.447: TabProvider: state AppLifecycleState.hidden lockScreen: true inLocalMode true
[log] 11:15:46.453: TabProvider: state AppLifecycleState.inactive lockScreen: true inLocalMode true
[log] 11:15:47.519: TabProvider: state AppLifecycleState.hidden lockScreen: true inLocalMode true
[log] 11:15:47.535: TabProvider: state AppLifecycleState.paused lockScreen: true inLocalMode true
With state=inactive and isLockScreen=true, this seems like an error.
flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.16.9, on macOS 14.4.1 23E224 darwin-arm64, locale en-US)
[✓] Android toolchain - develop for Android devices (Android SDK version 33.0.1)
[✓] Xcode - develop for iOS and macOS (Xcode 15.1)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2021.3)
[✓] VS Code (version 1.85.0)
This was run on a Pixel 8 with Android 14
The text was updated successfully, but these errors were encountered:
I am using this code block to detect if the lock button has been used
The log below captures a screen timeout - without using the physical lock button.
log for going to background
when the screen is touched, the following states occur
With state=inactive and isLockScreen=true, this seems like an error.
This was run on a Pixel 8 with Android 14
The text was updated successfully, but these errors were encountered: