Fix an index error when wrapping around the Emoji list.

Review Request #14164 — Created Sept. 12, 2024 and submitted

Information

grumble
main

Reviewers

A logic error was causing us to hit an out-of-bounds issue when hitting
the end of the emojis list. We now correctly wrap once we hit the end.

Ran a large number of grumbles and saw that it didn't crash, it just
looped emojis.

Summary ID
Fix an index error when wrapping around the Emoji list.
A logic error was causing us to hit an out-of-bounds issue when hitting the end of the emojis list. We now correctly wrap once we hit the end.
545b51ce6d57e9c702a51376291b725e018716be
david
  1. Ship It!
  2. 
      
maubin
  1. Ship It!
  2. 
      
chipx86
Review request changed
Status:
Completed