heribertolugo / FileList

List all files in a given directory, and provide the option to copy or move selected files.
1 stars 0 forks source link

Cancel freezes UI #35

Closed heribertolugo closed 4 years ago

heribertolugo commented 4 years ago

Sometimes when attempting to cancel, the UI remains disabled.

heribertolugo commented 4 years ago

this occurs because the thread cancelled all operations and did not enter into cleanup or finalization logic.