Skip to content

Commit

Permalink
fix initialization of emoji cache
Browse files Browse the repository at this point in the history
Fixes signalapp#2700
Closes signalapp#2719

// FREEBIE
  • Loading branch information
rhodey authored and moxie0 committed Mar 23, 2015
1 parent b73143d commit f38bd7b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/org/thoughtcrime/securesms/util/Emoji.java
Original file line number Diff line number Diff line change
Expand Up @@ -311,8 +311,6 @@ private static void initializeCache(Context context) {
Log.w(TAG, e);
recentlyUsed = new LinkedHashSet<>();
}

recentlyUsed = new LinkedHashSet<>();
}

public static String[] getRecentlyUsed(Context context) {
Expand Down

0 comments on commit f38bd7b

Please sign in to comment.