1
0
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:
José Rebelo 2024-10-13 22:20:02 +01:00
parent 10a7550232
commit b595a1ad96

View File

@ -48,4 +48,10 @@ public class HuaweiWatchFit3Coordinator extends HuaweiBRCoordinator {
public int getDeviceNameResource() { public int getDeviceNameResource() {
return R.string.devicetype_huawei_watchfit3; return R.string.devicetype_huawei_watchfit3;
} }
@Override
public boolean supportsUnicodeEmojis() {
// HarmonyOS watch
return true;
}
} }