Skip to content

Commit

Permalink
wip TODO order popular emoji amongst themselves
Browse files Browse the repository at this point in the history
  • Loading branch information
gnprice committed Dec 7, 2024
1 parent 8e2dda7 commit 831ec10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/model/emoji.dart
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ class EmojiStoreImpl with EmojiStore {

List<EmojiCandidate> _generateAllCandidates() {
final results = <EmojiCandidate>[];
// TODO put "popular" emoji in their canonical order

final namesOverridden = {
for (final emoji in realmEmoji.values) emoji.name,
Expand Down

0 comments on commit 831ec10

Please sign in to comment.