forked from GitHub/gf-core
fix the parsing error in the Android app
This commit is contained in:
@@ -94,7 +94,7 @@ public class Translator {
|
|||||||
return output;
|
return output;
|
||||||
} catch (ParseError e) {
|
} catch (ParseError e) {
|
||||||
Log.e(TAG, "Parse error: " + e);
|
Log.e(TAG, "Parse error: " + e);
|
||||||
return "parse error: " + input + " " + e.getMessage(); // TODO: no no no
|
return "parse error: " + e.getMessage(); // TODO: no no no
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user