remove return bike comment, fixes #21
This commit is contained in:
parent
668f83cb3b
commit
c80416877d
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ public class ReturnActivity extends AppCompatActivity implements AsyncTaskCallba
|
|||
"bike=", bikeArray[0],
|
||||
"loginkey=", loginKey,
|
||||
"station=", stationID,
|
||||
"comment=", "return bike"
|
||||
"comment=", ""
|
||||
};
|
||||
RequestHandler returnRequestTask = new RequestHandler(this, "POST",
|
||||
"api/return.json", params);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue