Skip to content

Commit af5a813

Browse files
committed
minor changes
1 parent dafebe0 commit af5a813

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/src/main/java/com/wearconnectivity/WearConnectivityModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public class WearConnectivityModule extends WearConnectivitySpec
4242
private String ADD_CLIENT =
4343
TAG + "onMessageReceived listener added when activity is resumed. Client receives messages.";
4444
private String RETRIEVE_NODES_FAILED = TAG + "failed to retrieve nodes with error: ";
45-
private String CONNECTED_DEVICE_IS_FAR = "Device is too far for bluetooth connection. ";
45+
private String CONNECTED_DEVICE_IS_FAR = " Device is too far for bluetooth connection. ";
4646
private String INSTALL_GOOGLE_PLAY_WEARABLE = "The Android mobile phone needs to install the Google Play Wear app. ";
4747
private String MISSING_GOOGLE_PLAY_SERVICES = "GooglePlay Services not available.";
4848

0 commit comments

Comments
 (0)