mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-13 21:49:27 +01:00
Amazfit Cor: fix firmware update
This commit is contained in:
parent
85eccc76d7
commit
83c06f4429
@ -46,7 +46,7 @@ class AmazfitCorFWInstallHandler extends AbstractMiBandFWInstallHandler {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected AbstractMiBandFWHelper createHelper(Uri uri, Context context) throws IOException {
|
protected AbstractMiBandFWHelper createHelper(Uri uri, Context context) throws IOException {
|
||||||
return new AmazfitBipFWHelper(uri, context);
|
return new AmazfitCorFWHelper(uri, context);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user