♿ Add tooltip to icon button in chat screen
This commit is contained in:
@@ -496,6 +496,7 @@ class ChatListScreen extends HookConsumerWidget {
|
||||
),
|
||||
color: appbarFeColor,
|
||||
onPressed: () => tabController.animateTo(0),
|
||||
tooltip: 'chatTabAll'.tr(),
|
||||
),
|
||||
IconButton(
|
||||
icon: Icon(
|
||||
@@ -504,6 +505,7 @@ class ChatListScreen extends HookConsumerWidget {
|
||||
),
|
||||
color: appbarFeColor,
|
||||
onPressed: () => tabController.animateTo(1),
|
||||
tooltip: 'chatTabDirect'.tr(),
|
||||
),
|
||||
IconButton(
|
||||
icon: Icon(
|
||||
@@ -512,6 +514,7 @@ class ChatListScreen extends HookConsumerWidget {
|
||||
),
|
||||
color: appbarFeColor,
|
||||
onPressed: () => tabController.animateTo(2),
|
||||
tooltip: 'chatTabGroup'.tr(),
|
||||
),
|
||||
],
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user