fix initialization of emoji cache

Fixes #2700
Closes #2719

// FREEBIE
This commit is contained in:
Rhodey Orbits 2015-03-18 21:34:26 -07:00 committed by Moxie Marlinspike
parent b73143d7a7
commit f38bd7b187

View File

@ -311,8 +311,6 @@ public class Emoji {
Log.w(TAG, e);
recentlyUsed = new LinkedHashSet<>();
}
recentlyUsed = new LinkedHashSet<>();
}
public static String[] getRecentlyUsed(Context context) {