From f7f195eb98a01caf33f9fbe828de208a28b7ca7e Mon Sep 17 00:00:00 2001 From: John Preston Date: Mon, 9 Sep 2019 21:07:12 +0300 Subject: [PATCH] Fix transfer ownership button visibility. Regression was introduced in 569340c7d3. --- Telegram/SourceFiles/boxes/peers/edit_participant_box.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Telegram/SourceFiles/boxes/peers/edit_participant_box.cpp b/Telegram/SourceFiles/boxes/peers/edit_participant_box.cpp index 2b4a2353f..d7ea1c4ca 100644 --- a/Telegram/SourceFiles/boxes/peers/edit_participant_box.cpp +++ b/Telegram/SourceFiles/boxes/peers/edit_participant_box.cpp @@ -357,7 +357,7 @@ void EditAdminBox::prepare() { _aboutAddAdmins = addControl( object_ptr(this, st::boxDividerLabel), st::rightsAboutMargin); - std::move( + rpl::duplicate( selectedFlags ) | rpl::map( (_1 & Flag::f_add_admins) != 0