Added rate call screen with stars to call panel.

This commit is contained in:
23rd
2026-08-28 12:14:11 +03:00
parent fca6099508
commit 34ce5547cb
17 changed files with 1002 additions and 42 deletions

View File

@@ -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);
});
}