amahi / ios

Amahi iOS App
https://www.amahi.org/ios
GNU General Public License v3.0
43 stars 65 forks source link

Cancel functionality while opening files #348

Closed ShresthPratapSingh closed 4 years ago

ShresthPratapSingh commented 4 years ago

Description

Added a cancel button in the download progress alert. When tapping on cancel the download cancels right away without producing any cache.

This PR Fixes #337 .

Screenshot

cpg commented 4 years ago

This causes an immediate crash when trying to open a share.

cpg commented 4 years ago

I cannot reproduce the crash any more, sadly.

The final "Oops" message should really not be there, since the cancel is user-initiated.

ShresthPratapSingh commented 4 years ago

@cpg I've resolved the "oops" error message after cancelling the download.