Beta version 4.1.2: Fix build with Xcode.

This commit is contained in:
John Preston 2022-09-14 23:15:00 +04:00
parent 47b32898f5
commit 9923cc9b31
2 changed files with 0 additions and 4 deletions

View file

@ -571,8 +571,6 @@ void RepliesWidget::setupComposeControls() {
[=] { _choosingAttach = false; chooseAttach(); });
}, lifetime());
using Selector = ChatHelpers::TabbedSelector;
_composeControls->fileChosen(
) | rpl::start_with_next([=](ChatHelpers::FileChosen data) {
controller()->hideLayer(anim::type::normal);

View file

@ -261,8 +261,6 @@ void ScheduledWidget::setupComposeControls() {
[=] { _choosingAttach = false; chooseAttach(); });
}, lifetime());
using Selector = ChatHelpers::TabbedSelector;
_composeControls->fileChosen(
) | rpl::start_with_next([=](ChatHelpers::FileChosen data) {
controller()->hideLayer(anim::type::normal);