mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-04 08:25:38 +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(); });
|
[=] { _choosingAttach = false; chooseAttach(); });
|
||||||
}, lifetime());
|
}, lifetime());
|
||||||
|
|
||||||
using Selector = ChatHelpers::TabbedSelector;
|
|
||||||
|
|
||||||
_composeControls->fileChosen(
|
_composeControls->fileChosen(
|
||||||
) | rpl::start_with_next([=](ChatHelpers::FileChosen data) {
|
) | rpl::start_with_next([=](ChatHelpers::FileChosen data) {
|
||||||
controller()->hideLayer(anim::type::normal);
|
controller()->hideLayer(anim::type::normal);
|
||||||
|
@@ -261,8 +261,6 @@ void ScheduledWidget::setupComposeControls() {
|
|||||||
[=] { _choosingAttach = false; chooseAttach(); });
|
[=] { _choosingAttach = false; chooseAttach(); });
|
||||||
}, lifetime());
|
}, lifetime());
|
||||||
|
|
||||||
using Selector = ChatHelpers::TabbedSelector;
|
|
||||||
|
|
||||||
_composeControls->fileChosen(
|
_composeControls->fileChosen(
|
||||||
) | rpl::start_with_next([=](ChatHelpers::FileChosen data) {
|
) | rpl::start_with_next([=](ChatHelpers::FileChosen data) {
|
||||||
controller()->hideLayer(anim::type::normal);
|
controller()->hideLayer(anim::type::normal);
|
||||||
|
Reference in New Issue
Block a user