Skip to content

Background service for sending #144

Open
@ShortDevelopment

Description

Issue

Currently, if a users closes the app or the screen goes dark during the transfer does not finish.

android/src/SendActivity.cs

Lines 382 to 387 in 4c74252

public override void Finish()
{
base.Finish();
_cdp?.Dispose();
}

Solution

Move the cdp instance into a common background service that will be used for all transfers.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    • Status

      🏗 In progress

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions