Fix app and save on id add
This commit is contained in:
@@ -46,6 +46,10 @@
|
||||
<WarningLevel>4</WarningLevel>
|
||||
<AndroidManagedSymbols>true</AndroidManagedSymbols>
|
||||
<AndroidUseSharedRuntime>false</AndroidUseSharedRuntime>
|
||||
<AotAssemblies>false</AotAssemblies>
|
||||
<EnableLLVM>false</EnableLLVM>
|
||||
<BundleAssemblies>false</BundleAssemblies>
|
||||
<MandroidI18n />
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="Mono.Android" />
|
||||
|
||||
@@ -56,6 +56,7 @@ namespace PlantBox.Client.Forms
|
||||
{
|
||||
App.Settings.IDs.Add(id);
|
||||
|
||||
await App.Settings.SaveAsync();
|
||||
await Refresh();
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user