Skip to content

Commit

Permalink
Change EMOJI COUNT from 2 to 3 to reflect limit
Browse files Browse the repository at this point in the history
  • Loading branch information
simonzhexu committed Aug 29, 2019
1 parent fa00540 commit 49b7062
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

class ContentFileParser {

private static final int LIMIT_EMOJI_COUNT = 2;
private static final int LIMIT_EMOJI_COUNT = 3;

@NonNull
static List<StickerPack> parseStickerPacks(@NonNull InputStream contentsInputStream) throws IOException, IllegalStateException {
Expand Down

0 comments on commit 49b7062

Please sign in to comment.