Skip to content

Commit c40e627

Browse files
committed
fix(session): stop polling for profile updates when backgrounded
Signed-off-by: Brandon McAnsh <git@bmcreations.dev>
1 parent 8f62e67 commit c40e627

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/flipcash/shared/session/src/main/kotlin/com/flipcash/app/session/internal/RealSessionController.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@ class RealSessionController @Inject constructor(
262262
private fun stopPolling() {
263263
tokenUpdater.stop()
264264
activityFeedUpdater.stop()
265+
profileUpdater.stop()
265266
}
266267

267268
private fun updateUserFlags() {

0 commit comments

Comments
 (0)