chore: unfocus input bar on show tutorial overlay (#4744)
This commit is contained in:
parent
15c934ae53
commit
0bc7afec8a
1 changed files with 1 additions and 0 deletions
|
|
@ -71,6 +71,7 @@ class _ActivityMenuButtonState extends State<ActivityMenuButton> {
|
|||
renderObject.size.height,
|
||||
);
|
||||
|
||||
FocusScope.of(context).unfocus();
|
||||
OverlayUtil.showTutorialOverlay(
|
||||
context,
|
||||
overlayContent: TutorialOverlayMessage(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue