ios map fix
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user