Explorar o código

Quick.Commons android fix

Unknown %!s(int64=6) %!d(string=hai) anos
pai
achega
f27d14a6bf
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      Quick.Commons.pas

+ 2 - 1
Quick.Commons.pas

@@ -666,7 +666,8 @@ function GetLoggedUserName : string;
   end;
   {$ELSE}
   begin
-    raise ENotImplemented.Create('Not Android GetLoggedUserName implemented!');
+    Result := 'N/A';
+    //raise ENotImplemented.Create('Not Android GetLoggedUserName implemented!');
   end;
   {$ENDIF}
 {$ENDIF}