mirror of
https://github.com/venera-app/venera.git
synced 2025-09-27 07:47:24 +00:00
typo
This commit is contained in:
@@ -196,7 +196,7 @@ class _SearchResultPageState extends State<SearchResultPage> {
|
||||
return _SearchSettingsDialog(state: this);
|
||||
},
|
||||
);
|
||||
if (!previousOptions.isEqualsTo(options) ||
|
||||
if (!previousOptions.isEqualTo(options) ||
|
||||
previousSourceKey != sourceKey) {
|
||||
text = checkAutoLanguage(controller.text);
|
||||
controller.currentText = text;
|
||||
|
Reference in New Issue
Block a user