mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-27 12:26:48 +01:00
Huawei Watch Fit 3: Enable emoji
This commit is contained in:
parent
10a7550232
commit
b595a1ad96
@ -48,4 +48,10 @@ public class HuaweiWatchFit3Coordinator extends HuaweiBRCoordinator {
|
||||
public int getDeviceNameResource() {
|
||||
return R.string.devicetype_huawei_watchfit3;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean supportsUnicodeEmojis() {
|
||||
// HarmonyOS watch
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user