Skip to content

Commit 4cc8da9

Browse files
rishichirchignprice
authored andcommitted
home: Add switch account icon in main menu
Fixes #1178.
1 parent 99af264 commit 4cc8da9

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

lib/widgets/home.dart

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -554,11 +554,7 @@ class _SwitchAccountButton extends _MenuButton {
554554
const _SwitchAccountButton();
555555

556556
@override
557-
// TODO(design): choose an icon
558-
IconData? get icon => null;
559-
560-
@override
561-
Widget buildLeading(BuildContext context) => const SizedBox.shrink();
557+
IconData? get icon => ZulipIcons.arrow_left_right;
562558

563559
@override
564560
String label(ZulipLocalizations zulipLocalizations) {

0 commit comments

Comments
 (0)