commit
f2147b1834
@ -422,7 +422,7 @@ public class EasSyncService extends AbstractSyncService {
|
|||||||
String extra = null;
|
String extra = null;
|
||||||
boolean msg = false;
|
boolean msg = false;
|
||||||
if (cmd.startsWith("SmartForward&") || cmd.startsWith("SmartReply&")) {
|
if (cmd.startsWith("SmartForward&") || cmd.startsWith("SmartReply&")) {
|
||||||
int cmdLength = cmd.length() - 1;
|
int cmdLength = cmd.indexOf('&');
|
||||||
extra = cmd.substring(cmdLength);
|
extra = cmd.substring(cmdLength);
|
||||||
cmd = cmd.substring(0, cmdLength);
|
cmd = cmd.substring(0, cmdLength);
|
||||||
msg = true;
|
msg = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user