1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-18 03:14:03 +02:00
This commit is contained in:
cpfeiffer 2015-07-21 22:30:11 +02:00
parent 383a300566
commit 34dde2eb64

View File

@ -481,7 +481,6 @@ public class MiBandSupport extends AbstractBTLEDeviceSupport {
@Override
public void onFetchActivityData() {
try {
startFetchingActivityData = true;
TransactionBuilder builder = performInitialized("fetch activity data");
// builder.write(getCharacteristic(MiBandService.UUID_CHARACTERISTIC_LE_PARAMS), getLowLatency());
builder.add(new SetDeviceBusyAction(getDevice(), getContext().getString(R.string.busy_task_fetch_activity_data), getContext()));