Browse Source

Quick.Commons android fix

Unknown 6 năm trước cách đây
mục cha
commit
f27d14a6bf
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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}