From 6a782766d4c2645f82b9ce280ff4a0aeb6c2844f Mon Sep 17 00:00:00 2001 From: sebkk <sebkk@LAPTOP-DEQGEAG7> Date: Fri, 28 Mar 2025 13:04:45 +0100 Subject: [PATCH] lol --- BeSafePlus/Platforms/iOS/AppDelegate.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BeSafePlus/Platforms/iOS/AppDelegate.cs b/BeSafePlus/Platforms/iOS/AppDelegate.cs index b1a1f94..22a5d96 100644 --- a/BeSafePlus/Platforms/iOS/AppDelegate.cs +++ b/BeSafePlus/Platforms/iOS/AppDelegate.cs @@ -247,11 +247,11 @@ public class AppDelegate : MauiUIApplicationDelegate, IUIApplicationDelegate, IU { if (_localDatabase != null) { - var user = await _localDatabase.GetUserId(); + var user = await _localDatabase.GetUser(); if (user == null) { - await _localDatabase.CreateUserId(); + await _localDatabase.SetUserId(); } } } -- GitLab