mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Improve scheduled voice chat top bar design.
This commit is contained in:
@@ -234,9 +234,9 @@ GroupCall::GroupCall(
|
||||
return not_null{ real };
|
||||
}) | rpl::take(
|
||||
1
|
||||
) | rpl::start_with_next([=](not_null<Data::GroupCall*> call) {
|
||||
) | rpl::start_with_next([=](not_null<Data::GroupCall*> real) {
|
||||
subscribeToReal(real);
|
||||
_realChanges.fire_copy(call);
|
||||
_realChanges.fire_copy(real);
|
||||
}, _lifetime);
|
||||
}
|
||||
if (_id) {
|
||||
|
Reference in New Issue
Block a user