1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-08-04 04:51:53 +02: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:
Sebastian Kranz 2019-09-13 11:45:48 +02:00 committed by Andreas Shimokawa
parent 0a6d0bd178
commit 194f5b04ae

View File

@ -158,4 +158,7 @@ public class ZeTimeCoordinator extends AbstractDeviceCoordinator {
public int getBondingStyle(GBDevice device) {
return BONDING_STYLE_NONE;
}
@Override
public boolean supportsUnicodeEmojis() { return true; }
}