Răsfoiți Sursa

Quick.Commons android fix

Unknown 6 ani în urmă
părinte
comite
f27d14a6bf
1 a modificat fișierele cu 2 adăugiri și 1 ștergeri
  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}