fix: Missing tooltips in IconButtons
This commit is contained in:
parent
2c8259b849
commit
b832287b88
12 changed files with 43 additions and 1 deletions
|
|
@ -284,6 +284,7 @@ class _ChatListState extends State<ChatList> {
|
|||
: [
|
||||
IconButton(
|
||||
icon: Icon(Icons.search_outlined),
|
||||
tooltip: L10n.of(context).search,
|
||||
onPressed: () async {
|
||||
await _scrollController.animateTo(
|
||||
_scrollController.position.minScrollExtent,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue