mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-20 02:58:45 +00:00
Remove unused/broken ContactFilterView setText method.
This commit is contained in:
committed by
Michelle Tang
parent
89ba3a83ff
commit
b9897eba79
@@ -148,11 +148,6 @@ public final class ContactFilterView extends FrameLayout {
|
||||
ViewUtil.focusAndShowKeyboard(searchText);
|
||||
}
|
||||
|
||||
public void setText(String text) {
|
||||
searchText.setText(text);
|
||||
searchText.setSelection(text.length());
|
||||
}
|
||||
|
||||
public void clear() {
|
||||
searchText.setText("");
|
||||
notifyListener();
|
||||
|
||||
Reference in New Issue
Block a user