[fenix] Fix for A-C 23.0.0: onDownloadCompleted renamed to onDownloadStopped

pull/600/head
Christian Sadilek 5 years ago
parent 21ef894d5b
commit 9176a21ab0

@ -263,7 +263,7 @@ abstract class BaseBrowserFragment : Fragment(), BackHandler, SessionManager.Obs
}
)
downloadFeature.onDownloadCompleted = { download, _, downloadJobStatus ->
downloadFeature.onDownloadStopped = { download, _, downloadJobStatus ->
// If the download is just paused, don't show any in-app notification
if (downloadJobStatus == AbstractFetchDownloadService.DownloadJobStatus.COMPLETED ||
downloadJobStatus == AbstractFetchDownloadService.DownloadJobStatus.FAILED) {

Loading…
Cancel
Save