mirror of
https://github.com/nextcloud/talk-android
synced 2025-02-03 05:03:04 +00:00
fix to show searchbar after bottom dialog textinput
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
parent
4c882f4f41
commit
4728600021
@ -338,4 +338,9 @@ public class EntryMenuController extends BaseController {
|
||||
textInputLayout.setHint(labelText);
|
||||
textInputLayout.requestFocus();
|
||||
}
|
||||
|
||||
@Override
|
||||
public AppBarLayoutType getAppBarLayoutType() {
|
||||
return AppBarLayoutType.SEARCH_BAR;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user