mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2025-05-11 13:15:39 +02:00
Change search history to 5
This commit is contained in:
parent
4e8f052593
commit
271d49b6ae
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ import app.revanced.extension.youtube.settings.preference.ReVancedPreferenceFrag
|
|||
public class SearchViewController {
|
||||
private static final String PREFS_NAME = "revanced_search_history";
|
||||
private static final String KEY_SEARCH_HISTORY = "search_history";
|
||||
private static final int MAX_HISTORY_SIZE = 3;
|
||||
private static final int MAX_HISTORY_SIZE = 5;
|
||||
|
||||
private final SearchView searchView;
|
||||
private final FrameLayout searchContainer;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue