Start gift value information display.

This commit is contained in:
John Preston
2025-08-06 09:30:36 +04:00
parent 2834a83eec
commit 9f5d24bbc9
11 changed files with 429 additions and 20 deletions
@@ -199,7 +199,7 @@ void PostsSearchIntro::setup() {
_state.value(
) | rpl::start_with_next([=](const PostsSearchIntroState &state) {
if (state.query.trimmed().isEmpty()) {
if (state.query.trimmed().isEmpty() && !state.needsPremium) {
_button->resize(_button->width(), 0);
_content->resizeToWidth(width());
return;