FilterPreference: Drop persistant search filter setting
Filters should persist for a single search only to ensure users can view all available apps when starting a new search Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
@@ -40,10 +40,4 @@
|
||||
app:summary="@string/pref_filter_fdroid_summary"
|
||||
app:title="@string/pref_filter_fdroid_title" />
|
||||
|
||||
<SwitchPreferenceCompat
|
||||
app:defaultValue="true"
|
||||
app:iconSpaceReserved="false"
|
||||
app:key="PREFERENCE_FILTER_SEARCH"
|
||||
app:summary="@string/pref_filter_search_summary"
|
||||
app:title="@string/pref_filter_search_title" />
|
||||
</PreferenceScreen>
|
||||
Reference in New Issue
Block a user