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