mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 13:08:46 +00:00
Increase Spinner query history to 25 items.
This commit is contained in:
committed by
Cody Henthorne
parent
268c9a1c26
commit
80f338c3af
@@ -67,7 +67,7 @@
|
||||
|
||||
let history = getQueryHistory();
|
||||
history.unshift(query);
|
||||
history = history.slice(0, 10);
|
||||
history = history.slice(0, 25);
|
||||
|
||||
localStorage.setItem('query-history', JSON.stringify(history));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user