mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2025-01-13 11:17:33 +01:00
remove useless condition
This commit is contained in:
parent
e11e110546
commit
ce0bd27111
@ -47,11 +47,8 @@ public class MiBand3Support extends AmazfitBipSupport {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected byte getAuthFlags() {
|
protected byte getAuthFlags() {
|
||||||
if (gbDevice.getType() == DeviceType.MIBAND3) {
|
|
||||||
return 0x00;
|
return 0x00;
|
||||||
}
|
}
|
||||||
return super.getAuthFlags();
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected MiBand3Support setDisplayItems(TransactionBuilder builder) {
|
protected MiBand3Support setDisplayItems(TransactionBuilder builder) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user