mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-24 10:28:50 +01:00
Tweak UI
This commit is contained in:
parent
fb02f3c9b0
commit
022184f30e
1 changed files with 0 additions and 1 deletions
|
@ -161,7 +161,6 @@ class _ShareeInputViewState extends State<_ShareeInputView> {
|
||||||
hintText: L10n.global().addUserInputHint,
|
hintText: L10n.global().addUserInputHint,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
direction: AxisDirection.up,
|
|
||||||
suggestionsCallback: _onSearch,
|
suggestionsCallback: _onSearch,
|
||||||
itemBuilder: (context, suggestion) => ListTile(
|
itemBuilder: (context, suggestion) => ListTile(
|
||||||
title: Text(suggestion.label),
|
title: Text(suggestion.label),
|
||||||
|
|
Loading…
Reference in a new issue