Skip to content

Commit

Permalink
Merge with mater
Browse files Browse the repository at this point in the history
  • Loading branch information
admin.ilegra authored and admin.ilegra committed Jun 22, 2017
2 parents 2f69c21 + 7cb4322 commit ee27bc7
Show file tree
Hide file tree
Showing 5 changed files with 1,926 additions and 1,889 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,13 @@ public void addTextChangedListener(TextWatcher watcher) {
listeners.add(watcher);

super.addTextChangedListener(watcher);

}

@Override
public void removeTextChangedListener(TextWatcher watcher) {
if (listeners != null)
listeners.remove(watcher);

super.removeTextChangedListener(watcher);
}

Expand Down
Loading

0 comments on commit ee27bc7

Please sign in to comment.