diff --git a/Telegram/SourceFiles/boxes/create_poll_box.cpp b/Telegram/SourceFiles/boxes/create_poll_box.cpp index 7f91ed3fe1..1d9b433bfe 100644 --- a/Telegram/SourceFiles/boxes/create_poll_box.cpp +++ b/Telegram/SourceFiles/boxes/create_poll_box.cpp @@ -660,7 +660,7 @@ void Options::addEmptyOption() { }); _list.back()->removeClicks( - ) | rpl::start_with_next([=] { + ) | rpl::take(1) | rpl::start_with_next([=] { Ui::PostponeCall(crl::guard(field, [=] { Expects(!_list.empty());