fix to show searchbar after bottom dialog textinput

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
Marcel Hibbe 2022-02-14 18:23:54 +01:00
parent 4c882f4f41
commit 4728600021
No known key found for this signature in database
GPG Key ID: C793F8B59F43CE7B

View File

@ -338,4 +338,9 @@ public class EntryMenuController extends BaseController {
textInputLayout.setHint(labelText);
textInputLayout.requestFocus();
}
@Override
public AppBarLayoutType getAppBarLayoutType() {
return AppBarLayoutType.SEARCH_BAR;
}
}