Open ShortDevelopment opened 8 months ago
Currently, if a users closes the app or the screen goes dark during the transfer does not finish. https://github.com/nearby-sharing/android/blob/4c7425292edb373ac043c5c6743bcafc1b51546c/src/SendActivity.cs#L382-L387
Move the cdp instance into a common background service that will be used for all transfers.
cdp
Sentry Issue: ANDROID-11
Issue
Currently, if a users closes the app or the screen goes dark during the transfer does not finish. https://github.com/nearby-sharing/android/blob/4c7425292edb373ac043c5c6743bcafc1b51546c/src/SendActivity.cs#L382-L387
Solution
Move the
cdp
instance into a common background service that will be used for all transfers.