Skip to content
  • Codrut Topliceanu's avatar
    For #17352 - Fixes deleted downloads reappearing (#17930) · ec543976
    Codrut Topliceanu authored
    * For #17352 - Fixes deleted downloads reappearing
    
    The `getDeleteDownloadItemsOperation` job would check fragment context not null after the fragment was stopped. Removing that check and only passing the downloadUseCase as a parameter fixes the problem.
    ec543976