mirror of
https://github.com/oxen-io/session-android.git
synced 2025-06-09 14:38:33 +00:00
Fix bug where search wasn't focused in contact select.
Introduced in c0a44c7fc388089e39a0cdbd79228032e76be7b0. Apparently targetSdk 28 changed the view focus model. We have to manually focus this particular view now.
This commit is contained in:
parent
60b5c82da8
commit
1ec45fe364
@ -97,6 +97,7 @@ public class ContactFilterToolbar extends Toolbar {
|
||||
setLogo(null);
|
||||
setContentInsetStartWithNavigation(0);
|
||||
expandTapArea(toggleContainer, dialpadToggle);
|
||||
searchText.requestFocus();
|
||||
}
|
||||
|
||||
public void clear() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user