Commit ca137432 by Sebastián Katzer

Fix text input not found on android wear

parent 3e07c1d0
......@@ -80,7 +80,7 @@ public class ClickReceiver extends AbstractClickReceiver {
return;
try {
data.put("text", input.getString(action));
data.put("text", input.getCharSequence(action));
} catch (JSONException e) {
e.printStackTrace();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment