Skip to content

Commit

Permalink
UI: Correct filtering message without keyboard.
Browse files Browse the repository at this point in the history
  • Loading branch information
unknownbrackets committed Oct 19, 2021
1 parent 8c882e9 commit 21ff0b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions UI/GameSettingsScreen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit 21ff0b1

Please sign in to comment.