mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 13:30:02 +00:00
UI: Correct filtering message without keyboard.
This commit is contained in:
parent
8c882e9571
commit
21ff0b1dfd
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user