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
I am working on session time out. when app is in background state timer is working fine and after time expires it will redirect to home screen. but when i lock the screen timer is taking more time beyond the actual time. it giving time difference when screen is locked and unlocked.
For time count used Timer.periodic() constructor.
Can anyone help me on this issue.
The text was updated successfully, but these errors were encountered:
I am working on session time out. when app is in background state timer is working fine and after time expires it will redirect to home screen. but when i lock the screen timer is taking more time beyond the actual time. it giving time difference when screen is locked and unlocked.
For time count used Timer.periodic() constructor.
Can anyone help me on this issue.
The text was updated successfully, but these errors were encountered: