From 2b889a2e4c77421310285c715d77576e117d8b81 Mon Sep 17 00:00:00 2001 From: TaaviE Date: Sat, 3 Oct 2020 16:31:04 +0300 Subject: [PATCH] Improved documentation in UpdateFirmwareOperation, it's not NotificationListener it's handleNotificatioNotif --- .../devices/miband/operations/UpdateFirmwareOperation.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/service/devices/miband/operations/UpdateFirmwareOperation.java b/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/service/devices/miband/operations/UpdateFirmwareOperation.java index 9e27f34fd..934a3dd44 100644 --- a/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/service/devices/miband/operations/UpdateFirmwareOperation.java +++ b/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/service/devices/miband/operations/UpdateFirmwareOperation.java @@ -84,7 +84,7 @@ public class UpdateFirmwareOperation extends AbstractMiBand1Operation { displayMessage(getContext(), "Error sending firmware info, aborting.", Toast.LENGTH_LONG, GB.ERROR); done(); } - //the firmware will be sent by the notification listener if the band confirms that the metadata are ok. + /** the firmware will be sent by the {@link UpdateFirmwareOperation#handleNotificationNotif} if the band confirms that the metadata are ok. **/ } private void done() {