Skip to content

Commit

Permalink
Merge pull request #759 from Iterable/MOB-9078-JWT-Reset-timerSchedul…
Browse files Browse the repository at this point in the history
…ed-onlogout

[MOB-9078] - Reset timer when logging out
  • Loading branch information
Ayyanchira authored Jul 11, 2024
2 parents 136d5f7 + ab5005d commit 88fab17
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ void clearRefreshTimer() {
if (timer != null) {
timer.cancel();
timer = null;
isTimerScheduled = false;
}
}
}
Expand Down

0 comments on commit 88fab17

Please sign in to comment.