mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
Merge pull request 'add missing @Override annotations' (#6187)
Reviewed-on: https://codeberg.org/Freeyourgadget/Gadgetbridge/pulls/6187
This commit is contained in:
+2
@@ -243,6 +243,7 @@ public class CasioGBX100DeviceSupport extends Casio2C2DSupport implements Shared
|
||||
return super.onCharacteristicChanged(gatt, characteristic, data);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void syncProfile() {
|
||||
try {
|
||||
new SetConfigurationOperation(this, CasioConstants.ConfigurationOption.OPTION_ALL).perform();
|
||||
@@ -610,6 +611,7 @@ public class CasioGBX100DeviceSupport extends Casio2C2DSupport implements Shared
|
||||
onSharedPreferenceChanged(null, config);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onGetConfigurationFinished() {
|
||||
mGetConfigurationPending = false;
|
||||
}
|
||||
|
||||
+1
@@ -796,6 +796,7 @@ class PebbleIoThread extends GBDeviceIoThread {
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public void quit() {
|
||||
mQuit = true;
|
||||
cleanup();
|
||||
|
||||
Reference in New Issue
Block a user