Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Memri
Flutter App for Memri
Commits
30d72455
Commit
30d72455
authored
4 years ago
by
Amirjanyan
Browse files
Options
Download
Email Patches
Plain Diff
ViewContextController searchStringNotifier fixed
parent
91989ea8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/MemriApp/UI/ViewContextController.dart
+2
-0
lib/MemriApp/UI/ViewContextController.dart
with
2 additions
and
0 deletions
+2
-0
lib/MemriApp/UI/ViewContextController.dart
+
2
-
0
View file @
30d72455
...
...
@@ -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
{
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets