From ab8889b2fa4e1077566243323bb9852559014758 Mon Sep 17 00:00:00 2001 From: 23rd <23rd@vivaldi.net> Date: Tue, 16 Jul 2019 10:44:58 +0300 Subject: [PATCH] Fixed position of emoji panel in SendFilesBox when new file is added. --- Telegram/SourceFiles/boxes/send_files_box.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Telegram/SourceFiles/boxes/send_files_box.cpp b/Telegram/SourceFiles/boxes/send_files_box.cpp index 9608caf6d..df0fda85f 100644 --- a/Telegram/SourceFiles/boxes/send_files_box.cpp +++ b/Telegram/SourceFiles/boxes/send_files_box.cpp @@ -1769,7 +1769,7 @@ bool SendFilesBox::addFiles(not_null data) { _compressConfirm = _compressConfirmInitial; refreshAlbumMediaCount(); preparePreview(); - updateControlsGeometry(); + captionResized(); return true; }