Browse Source

Quick.Commons android fix

Unknown 6 years ago
parent
commit
f27d14a6bf
1 changed files with 2 additions and 1 deletions
  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}