remove profile param when handled in app
This commit is contained in:
parent
158dc5e54d
commit
9ef31e6d2c
1 changed files with 2 additions and 0 deletions
|
@ -96,6 +96,8 @@ public class BRouterService extends Service {
|
|||
if (errMsg != null) {
|
||||
return errMsg;
|
||||
}
|
||||
// profile is already done
|
||||
params.remove("profile");
|
||||
|
||||
boolean canCompress = "true".equals(params.getString("acceptCompressedResult"));
|
||||
try {
|
||||
|
|
Loading…
Reference in a new issue