ios map fix

This commit is contained in:
2022-03-18 00:55:42 +08:00
parent 4067bc2768
commit a214110c8c
7 changed files with 48 additions and 59 deletions

View File

@ -134,10 +134,12 @@ namespace Billing.Views
protected override void OnLoaded()
{
editorAmount.SetFocus();
if (bill == null)
{
editorAmount.SetFocus();
}
if (bill == null && App.SaveLocation)
{
{
_ = GetCurrentLocation();
}
else