mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
Beta version 4.1.2: Fix build with Xcode.
This commit is contained in:
parent
47b32898f5
commit
9923cc9b31
2 changed files with 0 additions and 4 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue