Przeglądaj źródła

Quick.Commons android fix

Unknown 6 lat temu
rodzic
commit
f27d14a6bf
1 zmienionych plików z 2 dodań i 1 usunięć
  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}