mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-25 19:36:50 +01:00
removed getDelegate()
This commit is contained in:
parent
1e936e4a85
commit
f4d484f698
@ -63,10 +63,6 @@ public class ServiceDeviceSupport implements DeviceSupport {
|
|||||||
this.flags = flags;
|
this.flags = flags;
|
||||||
}
|
}
|
||||||
|
|
||||||
public DeviceSupport getDelegate() {
|
|
||||||
return delegate;
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void setContext(GBDevice gbDevice, BluetoothAdapter btAdapter, Context context) {
|
public void setContext(GBDevice gbDevice, BluetoothAdapter btAdapter, Context context) {
|
||||||
delegate.setContext(gbDevice, btAdapter, context);
|
delegate.setContext(gbDevice, btAdapter, context);
|
||||||
|
Loading…
Reference in New Issue
Block a user