1
0
Fork 0
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:
Yan Maniez 2018-10-20 22:10:13 +02:00
parent f1a726e6b1
commit f9b6df738b
5 changed files with 99 additions and 99 deletions

View file

@ -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)))