mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-16 06:59:29 +01:00
Enable the unicode emoji support, even if the zetime has only some of the most used emojis on board.
This commit is contained in:
parent
0a6d0bd178
commit
194f5b04ae
@ -158,4 +158,7 @@ public class ZeTimeCoordinator extends AbstractDeviceCoordinator {
|
||||
public int getBondingStyle(GBDevice device) {
|
||||
return BONDING_STYLE_NONE;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean supportsUnicodeEmojis() { return true; }
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user