mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/telegramdesktop/tdesktop
synced 2026-09-21 00:23:56 +08:00
Added rate call screen with stars to call panel.
This commit is contained in:
@@ -99,6 +99,9 @@ DhConfig Instance::Delegate::getDhConfig() const {
|
||||
|
||||
void Instance::Delegate::callFinished(not_null<Call*> call) {
|
||||
crl::on_main(call, [=] {
|
||||
if (call->ratingInPanel()) {
|
||||
return;
|
||||
}
|
||||
_instance->destroyCall(call);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user