From ed8b237364751c86bd188a6f3a4dcf0f0167fe9c Mon Sep 17 00:00:00 2001 From: John Preston Date: Thu, 23 Jan 2020 15:36:53 +0300 Subject: [PATCH] Fix assertion violation in poll create box. --- Telegram/SourceFiles/boxes/create_poll_box.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Telegram/SourceFiles/boxes/create_poll_box.cpp b/Telegram/SourceFiles/boxes/create_poll_box.cpp index 7f91ed3fe..1d9b433bf 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());