mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2026-02-06 08:33:43 +00:00
Meilleure gestion filtres async
This commit is contained in:
parent
f1a726e6b1
commit
f9b6df738b
5 changed files with 99 additions and 99 deletions
|
|
@ -43,7 +43,7 @@ namespace AideDeJeu.Droid
|
|||
{
|
||||
using (var outStream = new FileStream(path, FileMode.Create))
|
||||
{
|
||||
inStream.CopyTo(outStream);
|
||||
await inStream.CopyToAsync(outStream);
|
||||
}
|
||||
}
|
||||
//using (var binaryReader = new BinaryReader(Android.App.Application.Context.Assets.Open(databaseName)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue