mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-03 17:02:13 +01:00
Added missing dispose() method
This commit is contained in:
parent
d0ff14bc0e
commit
dbb0d85165
@ -5,6 +5,12 @@ import nodomain.freeyourgadget.gadgetbridge.GBCommand;
|
||||
|
||||
public class MiBandSupport extends AbstractBTLEDeviceSupport {
|
||||
|
||||
@Override
|
||||
public void dispose() {
|
||||
// TODO Auto-generated method stub
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean connect() {
|
||||
// TODO Auto-generated method stub
|
||||
@ -64,5 +70,4 @@ public class MiBandSupport extends AbstractBTLEDeviceSupport {
|
||||
// TODO Auto-generated method stub
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user