mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 00:59:49 +01:00
Add split-pane UI for create group screen.
This commit is contained in:
committed by
Greyson Parrelli
parent
d763baa270
commit
d6446d2954
@@ -147,6 +147,11 @@ 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