mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Fix contract violation in shutdown with webview.
This commit is contained in:
@@ -112,6 +112,10 @@ bool CheckoutProcess::TakePaymentStarted(
|
||||
return true;
|
||||
}
|
||||
|
||||
void CheckoutProcess::ClearAll() {
|
||||
Processes.clear();
|
||||
}
|
||||
|
||||
void CheckoutProcess::RegisterPaymentStart(
|
||||
not_null<CheckoutProcess*> process) {
|
||||
const auto i = Processes.find(process->_session);
|
||||
|
Reference in New Issue
Block a user