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:
parent
cbadb9c7ae
commit
bba74cb5b4
@ -55,6 +55,10 @@ public class MiBand6Coordinator extends HuamiCoordinator {
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean supportsUnicodeEmojis() {
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean supportsActivityTracks() {
|
||||
|
Loading…
Reference in New Issue
Block a user