* bugfix
This commit is contained in:
parent
208b86c968
commit
6c7db64174
|
@ -200,7 +200,7 @@ class MovieHashMatcher implements AutoCompleteMatcher {
|
||||||
|
|
||||||
String input = null;
|
String input = null;
|
||||||
synchronized (this) {
|
synchronized (this) {
|
||||||
input = showInputDialog("Enter movie name:", suggestion, options.get(0).getName(), parent);
|
input = showInputDialog("Enter movie name:", suggestion, searchQueries.iterator().next(), parent);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (input != null) {
|
if (input != null) {
|
||||||
|
|
Loading…
Reference in New Issue