mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-20 19:18:37 +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);
|
ViewUtil.focusAndShowKeyboard(searchText);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setText(String text) {
|
|
||||||
searchText.setText(text);
|
|
||||||
searchText.setSelection(text.length());
|
|
||||||
}
|
|
||||||
|
|
||||||
public void clear() {
|
public void clear() {
|
||||||
searchText.setText("");
|
searchText.setText("");
|
||||||
notifyListener();
|
notifyListener();
|
||||||
|
|||||||
Reference in New Issue
Block a user