Commit 30d72455 authored by Amirjanyan's avatar Amirjanyan
Browse files

ViewContextController searchStringNotifier fixed

parent 91989ea8
Showing with 2 additions and 0 deletions
+2 -0
......@@ -58,6 +58,8 @@ class ViewContextController extends ChangeNotifier {
// configObservation = configHolder.configPublisher.sink { [weak self] _ in
// self?.setupQueryObservation()
// }
searchStringNotifier = ValueNotifier(configHolder.config.query.searchString);
}
int get focusedIndex {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment