1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-23 21:40:54 +02:00

Amazfit Cor: fix firmware update

This commit is contained in:
Andreas Shimokawa 2017-11-03 01:09:09 +01:00
parent 85eccc76d7
commit 83c06f4429

View File

@ -46,7 +46,7 @@ class AmazfitCorFWInstallHandler extends AbstractMiBandFWInstallHandler {
@Override
protected AbstractMiBandFWHelper createHelper(Uri uri, Context context) throws IOException {
return new AmazfitBipFWHelper(uri, context);
return new AmazfitCorFWHelper(uri, context);
}
@Override