File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
android/src/main/java/com/wearconnectivity Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ public class WearConnectivityModule extends WearConnectivitySpec
42
42
private String ADD_CLIENT =
43
43
TAG + "onMessageReceived listener added when activity is resumed. Client receives messages." ;
44
44
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. " ;
46
46
private String INSTALL_GOOGLE_PLAY_WEARABLE = "The Android mobile phone needs to install the Google Play Wear app. " ;
47
47
private String MISSING_GOOGLE_PLAY_SERVICES = "GooglePlay Services not available." ;
48
48
You can’t perform that action at this time.
0 commit comments