1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-13 09:55:28 +00:00

Fixed searching in settings

This commit is contained in:
M66B 2021-06-29 22:03:21 +02:00
parent 02e43af51f
commit c93777c183

View file

@ -302,7 +302,7 @@ public class FragmentOptions extends FragmentBase {
views = new View[TAB_PAGES.length];
LayoutInflater inflater = LayoutInflater.from(searchView.getContext());
for (int tab = 0; tab < TAB_PAGES.length; tab++) {
titles[tab] = adapter.getPageTitle(tab).toString();
titles[tab] = getString(PAGE_TITLES[tab]);
views[tab] = inflater.inflate(TAB_PAGES[tab], null);
}
}