1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-13 16:40:50 +02:00

Amazfit Neo: remove activity tracks (unsupported)

This commit is contained in:
NekoBox 2022-09-23 22:54:46 +03:00 committed by Gitea
parent ff40640a0f
commit d1e0df0832

View File

@ -79,7 +79,7 @@ public class AmazfitNeoCoordinator extends HuamiCoordinator {
@Override
public boolean supportsActivityTracks() {
return true;
return false;
}
@Override