Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
Browse files

Always notify changes of location text so that it can fire search whi…

…le back spacing
  • Loading branch information
mahmoud-adam85 authored and naira-cliqz committed Apr 13, 2018
1 parent 2aa22c1 commit ed983ec246f27ce4070c700bc3b858e30872b5ca
Showing with 2 additions and 0 deletions.
  1. +2 −0 Client/Frontend/Widgets/AutocompleteTextField.swift
@@ -250,6 +250,8 @@ class AutocompleteTextField: UITextField, UITextFieldDelegate {
notifyTextChanged?()
} else {
hideCursor = false
//Cliqz: Always notify text change
notifyTextChanged?()
}
}

0 comments on commit ed983ec

Please sign in to comment.