forked from Silverfish/proton-bridge
Do not resume paused transfer progress after dismissing cancel popup
This commit is contained in:
@ -7,6 +7,7 @@ Changelog [format](http://keepachangelog.com/en/1.0.0/)
|
|||||||
### Fixed
|
### Fixed
|
||||||
* GODT-749 Don't force PGP/Inline when sending plaintext messages.
|
* GODT-749 Don't force PGP/Inline when sending plaintext messages.
|
||||||
* GODT-764 Fix deadlock in integration tests for Import-Export.
|
* GODT-764 Fix deadlock in integration tests for Import-Export.
|
||||||
|
* GODT-662 Do not resume paused transfer progress after dismissing cancel popup.
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
* Bump crypto version to v0.0.0-20200818122824-ed5d25e28db8
|
* Bump crypto version to v0.0.0-20200818122824-ed5d25e28db8
|
||||||
|
|||||||
@ -450,7 +450,6 @@ Dialog {
|
|||||||
errorPopup.hide()
|
errorPopup.hide()
|
||||||
}
|
}
|
||||||
onClickedNo : {
|
onClickedNo : {
|
||||||
go.resumeProcess()
|
|
||||||
errorPopup.hide()
|
errorPopup.hide()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -796,11 +796,6 @@ Dialog {
|
|||||||
errorPopup.hide()
|
errorPopup.hide()
|
||||||
}
|
}
|
||||||
onClickedNo : {
|
onClickedNo : {
|
||||||
if (errorPopup.msgID == "ask_send_report") {
|
|
||||||
errorPopup.hide()
|
|
||||||
return
|
|
||||||
}
|
|
||||||
go.resumeProcess()
|
|
||||||
errorPopup.hide()
|
errorPopup.hide()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user