mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-04-20 23:07:26 -04:00
committed by
Hans-Christoph Steiner
parent
0d8018b10e
commit
d7fb1e0044
@@ -266,6 +266,7 @@ public class AppListActivity extends AppCompatActivity implements LoaderManager.
|
||||
public void onSearchTermsChanged(@Nullable String category, @NonNull String searchTerms) {
|
||||
this.category = category;
|
||||
this.searchTerms = searchTerms;
|
||||
appView.scrollToPosition(0);
|
||||
getSupportLoaderManager().restartLoader(0, null, this);
|
||||
if (TextUtils.isEmpty(searchTerms)) {
|
||||
removeSavedSearchSettings(this, SEARCH_TERMS_KEY);
|
||||
|
||||
Reference in New Issue
Block a user