You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: org.eclipse.paho.android.service/org.eclipse.paho.android.service/src/main/java/org/eclipse/paho/android/service/MqttAndroidClient.java
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -152,7 +152,7 @@ public void onServiceDisconnected(ComponentName name) {
152
152
privateAckmessageAck;
153
153
privatebooleantraceEnabled = false;
154
154
155
-
privatevolatilebooleanregisterReceiver = false;
155
+
privatevolatilebooleanreceiverRegistered = false;
156
156
privatevolatilebooleanbindedService = false;
157
157
158
158
/**
@@ -430,8 +430,8 @@ public IMqttToken connect(MqttConnectOptions options, Object userContext,
0 commit comments