1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-11-24 10:56:50 +01:00

Mi Band 6: Support unicode emoji being sent

This commit is contained in:
Andreas Shimokawa 2021-05-24 17:27:34 +02:00
parent cbadb9c7ae
commit bba74cb5b4

View File

@ -55,6 +55,10 @@ public class MiBand6Coordinator extends HuamiCoordinator {
return true;
}
@Override
public boolean supportsUnicodeEmojis() {
return true;
}
@Override
public boolean supportsActivityTracks() {