-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor preferences usage in SearchTextField
SearchTextField's preferences usage has been refactored. Before, preferences were being accessed by storing an ID and using a Boolean property to decide if the history should be stored. Now, this information is accessed directly by storing a Preferences object. This change simplifies the process of handling preferences and makes the code more concise.
- Loading branch information
1 parent
3083135
commit fa2be51
Showing
2 changed files
with
19 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters