Skip to content

Commit

Permalink
code review fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
aman-alfresco committed Dec 5, 2023
1 parent 81f867d commit d8d4f8f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,7 @@ class SearchRepository {
val sharedPrefs = PreferenceManager.getDefaultSharedPreferences(context)
val editor = sharedPrefs.edit()
editor.remove(RECENT_SEARCH_KEY)
editor.remove(SERVER_VERSION)
editor.apply()
}

Expand Down

0 comments on commit d8d4f8f

Please sign in to comment.