kopia lustrzana https://github.com/ryukoposting/Signal-Android
Fix bug where search wasn't focused in contact select.
Introduced in c0a44c7fc3
.
Apparently targetSdk 28 changed the view focus model.
We have to manually focus this particular view now.
fork-5.53.8
rodzic
60b5c82da8
commit
1ec45fe364
|
@ -97,6 +97,7 @@ public class ContactFilterToolbar extends Toolbar {
|
||||||
setLogo(null);
|
setLogo(null);
|
||||||
setContentInsetStartWithNavigation(0);
|
setContentInsetStartWithNavigation(0);
|
||||||
expandTapArea(toggleContainer, dialpadToggle);
|
expandTapArea(toggleContainer, dialpadToggle);
|
||||||
|
searchText.requestFocus();
|
||||||
}
|
}
|
||||||
|
|
||||||
public void clear() {
|
public void clear() {
|
||||||
|
|
Ładowanie…
Reference in New Issue