mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-05 17:57:03 +01:00
TLW64: Fix fetching progress bar
* Fetching progress bar wasn't made invisible again
This commit is contained in:
parent
943728c35c
commit
7a2cb1ca68
@ -665,6 +665,7 @@ public class TLW64Support extends AbstractBTLEDeviceSupport {
|
|||||||
GB.updateTransferNotification(null, "", false, 100, getContext());
|
GB.updateTransferNotification(null, "", false, 100, getContext());
|
||||||
if (getDevice().isBusy()) {
|
if (getDevice().isBusy()) {
|
||||||
getDevice().unsetBusyTask();
|
getDevice().unsetBusyTask();
|
||||||
|
getDevice().sendDeviceUpdateIntent(getContext());
|
||||||
GB.signalActivityDataFinish();
|
GB.signalActivityDataFinish();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user