Fix glitch in Invite by Link button disappearance.

This commit is contained in:
John Preston 2023-03-06 10:33:57 +04:00
parent d15c462cc3
commit c687882760

View file

@ -225,6 +225,7 @@ void AddParticipantsBoxController::addInviteLinkButton() {
delegate()->peerListMouseLeftGeometry(); delegate()->peerListMouseLeftGeometry();
}, button->lifetime()); }, button->lifetime());
delegate()->peerListSetAboveWidget(std::move(button)); delegate()->peerListSetAboveWidget(std::move(button));
delegate()->peerListRefreshRows();
} }
void AddParticipantsBoxController::inviteSelectedUsers( void AddParticipantsBoxController::inviteSelectedUsers(