MycroftAI/Mycroft-Android

Mycroft-Android not sending messages to Mycroft

Closed this issue · 0 comments

Looks like the ELSE block in MainActivity.java's sendMessage(String msg) function is attached to the wrong IF block so the json is not being sent. mWebSocketClient.send(json); can also be pulled out of the network status check so that it doesn't have to be there twice.