mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-20 03:59:35 +01: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.setHint(labelText);
|
||||||
textInputLayout.requestFocus();
|
textInputLayout.requestFocus();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public AppBarLayoutType getAppBarLayoutType() {
|
||||||
|
return AppBarLayoutType.SEARCH_BAR;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user