mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 06:07:06 +02:00
Fix assertion violation in poll create box.
This commit is contained in:
parent
7170808d2b
commit
ed8b237364
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue