remove return bike comment, fixes #21

This commit is contained in:
hochi 2020-11-21 16:34:01 +01:00
parent 668f83cb3b
commit c80416877d

View file

@ -54,7 +54,7 @@ public class ReturnActivity extends AppCompatActivity implements AsyncTaskCallba
"bike=", bikeArray[0], "bike=", bikeArray[0],
"loginkey=", loginKey, "loginkey=", loginKey,
"station=", stationID, "station=", stationID,
"comment=", "return bike" "comment=", ""
}; };
RequestHandler returnRequestTask = new RequestHandler(this, "POST", RequestHandler returnRequestTask = new RequestHandler(this, "POST",
"api/return.json", params); "api/return.json", params);