mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-23 02:10:44 +01:00
Fix editing custom reactions.
This commit is contained in:
committed by
Greyson Parrelli
parent
8be946e43f
commit
f65cebdada
@@ -72,6 +72,10 @@ public class EmojiValues extends SignalStoreValues {
|
||||
return getString(PREFIX + canonical, emoji);
|
||||
}
|
||||
|
||||
public void removePreferredVariation(@NonNull String emoji) {
|
||||
getStore().beginWrite().remove(PREFIX + emoji).apply();
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns a list usable emoji that the user has selected as their defaults. If any stored reactions are unreadable, it will provide a default.
|
||||
* For raw access to the unfiltered list of reactions, see {@link #getRawReactions()}.
|
||||
|
||||
Reference in New Issue
Block a user