fix: Missing tooltips in IconButtons

This commit is contained in:
Christian Pauly 2021-02-20 07:40:42 +01:00
commit b832287b88
12 changed files with 43 additions and 1 deletions

View file

@ -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,