2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Fix 'join as' userpic button display.

This commit is contained in:
John Preston
2021-03-16 18:57:46 +04:00
parent 83ab670c50
commit 38dd5ab837
2 changed files with 8 additions and 3 deletions

View File

@@ -735,6 +735,7 @@ void Panel::subscribeToChanges(not_null<Data::GroupCall*> real) {
_joinAsToggle->setClickedCallback([=] {
chooseJoinAs();
});
updateControlsGeometry();
}, widget()->lifetime());
} else {
_menuToggle.destroy();