mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Beta version 4.1.2: Fix build with Xcode.
This commit is contained in:
@@ -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);
|
||||
|
@@ -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);
|
||||
|
Reference in New Issue
Block a user