Skip to content

Commit ce4e5e7

Browse files
committed
fix(flipcash): prevent race condition with resetting share controller
Signed-off-by: Brandon McAnsh <[email protected]>
1 parent d791c6e commit ce4e5e7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -764,7 +764,6 @@ class RealSessionController @Inject constructor(
764764
_state.update { it.copy(billResult = action) }
765765
billController.reset()
766766
toastController.consumeQueue()
767-
shareSheetController.reset()
768767
}
769768
}
770769
}

0 commit comments

Comments
 (0)