From 21ff0b1dfd8a6e527cfa8f4a9cffaa5a300063de Mon Sep 17 00:00:00 2001 From: "Unknown W. Brackets" Date: Wed, 13 Oct 2021 23:25:27 -0700 Subject: [PATCH] UI: Correct filtering message without keyboard. --- UI/GameSettingsScreen.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/UI/GameSettingsScreen.cpp b/UI/GameSettingsScreen.cpp index 84f5f21fe4..c062d5d3f7 100644 --- a/UI/GameSettingsScreen.cpp +++ b/UI/GameSettingsScreen.cpp @@ -1077,6 +1077,7 @@ UI::LinearLayout *GameSettingsScreen::AddTab(const char *tag, const std::string settingTabContents_.push_back(contents); auto notice = contents->Add(new TextView(se->T("Filtering settings by '%1'"), new LinearLayoutParams(Margins(20, 5)))); + notice->SetVisibility(V_GONE); settingTabFilterNotices_.push_back(notice); }