Skip to content

Commit

Permalink
fix: add icon to account preview in emoji picker page
Browse files Browse the repository at this point in the history
  • Loading branch information
poppingmoon committed Dec 16, 2024
1 parent 9cf5356 commit f121167
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/view/page/settings/emoji_picker_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ class EmojiPickerPage extends HookConsumerWidget {
tiles: accounts.map(
(account) => AccountPreview(
account: account,
trailing: const Icon(Icons.navigate_next),
onTap: () => context.push(
'/settings/accounts/$account/emoji-picker',
),
Expand Down

0 comments on commit f121167

Please sign in to comment.