mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-12-25 18:15:49 +01:00
remove useless condition
This commit is contained in:
parent
e11e110546
commit
ce0bd27111
@ -47,10 +47,7 @@ public class MiBand3Support extends AmazfitBipSupport {
|
||||
|
||||
@Override
|
||||
protected byte getAuthFlags() {
|
||||
if (gbDevice.getType() == DeviceType.MIBAND3) {
|
||||
return 0x00;
|
||||
}
|
||||
return super.getAuthFlags();
|
||||
return 0x00;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user