first test-flight version

This commit is contained in:
2022-03-03 15:10:36 +08:00
parent 9929eee056
commit 25191127f3
116 changed files with 1124 additions and 173 deletions

View File

@ -152,10 +152,9 @@ namespace Billing.Views
}
}
private async void Category_ItemTapped(object sender, SelectItem<AccountCategory> e)
private void Category_ItemTapped(object sender, SelectItem<AccountCategory> e)
{
Category = e.Value;
await Navigation.PopAsync();
}
}