1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-04 03:52:02 +02:00

TLW64: Fix fetching progress bar

* Fetching progress bar wasn't made invisible again
This commit is contained in:
115ek 2020-07-01 23:29:26 +02:00
parent 943728c35c
commit 7a2cb1ca68

View File

@ -665,6 +665,7 @@ public class TLW64Support extends AbstractBTLEDeviceSupport {
GB.updateTransferNotification(null, "", false, 100, getContext());
if (getDevice().isBusy()) {
getDevice().unsetBusyTask();
getDevice().sendDeviceUpdateIntent(getContext());
GB.signalActivityDataFinish();
}
}