Fix send files emoji panel geometry.

Fixes #7704.
This commit is contained in:
John Preston 2020-05-01 16:05:24 +04:00
parent cad4d19272
commit 4ae760dd7e
1 changed files with 1 additions and 0 deletions

View File

@ -1934,6 +1934,7 @@ void SendFilesBox::initSendWay() {
if (_albumPreview) {
_albumPreview->setSendWay(value);
}
updateEmojiPanelGeometry();
setInnerFocus();
});
}