Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 46be4ad

Browse files
committedDec 18, 2019
[fix] Fixing typo
Signed-off-by: Anastasios Daris <[email protected]>
1 parent 3a57604 commit 46be4ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎org.eclipse.paho.android.service/src/main/java/org/eclipse/paho/android/service/MqttAndroidClient.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1228,7 +1228,7 @@ private void disconnected(Bundle data) {
12281228
}
12291229
if (callbacksList != null) {
12301230
for (MqttCallback callback : callbacksList) {
1231-
callback.connectionList(null);
1231+
callback.connectionLost(null);
12321232
}
12331233
}
12341234
}

0 commit comments

Comments
 (0)
Please sign in to comment.