Skip to content

Commit

Permalink
Added delay in multiples photo UNO
Browse files Browse the repository at this point in the history
  • Loading branch information
erickvelasco11 committed May 21, 2024
1 parent 1edffb0 commit 3c77ce6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SweetMeSoft.Connectivity/SweetMeSoft.Connectivity.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<ImplicitUsings>true</ImplicitUsings>
<LangVersion>latest</LangVersion>
<PackageId>SweetMeSoft.Connectivity</PackageId>
<Version>1.10.121</Version>
<Version>1.10.122</Version>
<Authors>Erick Velasco</Authors>
<Company>SweetMeSoft</Company>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
Expand Down
2 changes: 1 addition & 1 deletion SweetMeSoft.Uno.Base/SweetMeSoft.Uno.Base.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Title>SweetMeSoft Uno Base</Title>
<Copyright>SweetMeSoft</Copyright>
<PackageProjectUrl>https://www.sweetmesoft.com</PackageProjectUrl>
<Version>1.10.110</Version>
<Version>1.10.111</Version>
<Description>SweetMeSoft Uno Base Library is a compilation of different utils for UNO Platform apps</Description>
<Icon>logo_sq_512.png</Icon>
<PackageIcon>logo_sq_512.png</PackageIcon>
Expand Down
2 changes: 2 additions & 0 deletions SweetMeSoft.Uno.Base/Tools/PhotoHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ public async Task<List<PhotoResult>> TakePhotos()
{
results.Add(photo);
}

await Task.Delay(1000);
}
while (photo != null);
return results;
Expand Down

0 comments on commit 3c77ce6

Please sign in to comment.