mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2025-10-29 06:26:02 +00:00
Correctif iOS
This commit is contained in:
parent
6451696b38
commit
8c7d68ca33
3 changed files with 7 additions and 4 deletions
|
|
@ -1,11 +1,11 @@
|
|||
#pragma warning disable 1591
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// Ce code a été généré par un outil.
|
||||
// Version du runtime :4.0.30319.42000
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:4.0.30319.42000
|
||||
//
|
||||
// Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si
|
||||
// le code est régénéré.
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@ using System.Linq;
|
|||
using Foundation;
|
||||
using UIKit;
|
||||
|
||||
[assembly: Preserve(typeof(System.DateTime), AllMembers = true)]
|
||||
namespace AideDeJeu.iOS
|
||||
{
|
||||
// The UIApplicationDelegate for the application. This class is responsible for launching the
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@ using Markdig.Syntax.Inlines;
|
|||
using Microsoft.EntityFrameworkCore;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Diagnostics;
|
||||
using System.Linq;
|
||||
using System.Reflection;
|
||||
using System.Text;
|
||||
|
|
@ -519,6 +520,7 @@ namespace AideDeJeu.ViewModels
|
|||
}
|
||||
catch(Exception ex)
|
||||
{
|
||||
Debug.WriteLine(ex.StackTrace);
|
||||
await App.Current.MainPage.DisplayAlert("Lien invalide", ex.Message, "OK");
|
||||
return null;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue