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