|
@@ -183,7 +183,7 @@ namespace comal.timesheets
|
|
|
#region Receiving Button Presses
|
|
|
private async void ChooseReceivingLocationBtn_Clicked(object sender, EventArgs e)
|
|
|
{
|
|
|
- string chosenOption = await DisplayActionSheet("Choose an Option", "Cancel", null, "New Location ", "Existing Location");
|
|
|
+ string chosenOption = await DisplayActionSheet("Choose an Option", "Cancel", null, "New Location", "Existing Location");
|
|
|
switch (chosenOption)
|
|
|
{
|
|
|
case "Cancel":
|