mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-23 10:20:25 +01:00
Improve emoji sticker suggestions.
There was a bug around some emoji being marked as 'obsolete' and therefore not being found. I also made a change so that you can use skin variations of emoji and still find emoji tagged with the default yellow version of it. Fixes #9471
This commit is contained in:
@@ -30,6 +30,8 @@ import java.io.File;
|
||||
import java.io.IOException;
|
||||
import java.io.InputStream;
|
||||
import java.io.OutputStream;
|
||||
import java.io.UnsupportedEncodingException;
|
||||
import java.net.URLEncoder;
|
||||
import java.util.List;
|
||||
|
||||
public class StickerDatabase extends Database {
|
||||
|
||||
Reference in New Issue
Block a user