瀏覽代碼

Merge remote-tracking branch 'origin/master' into ios

gfg 1 年之前
父節點
當前提交
2d1cdea7b7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      GameClient/Assets/Game/HotUpdate/Views/DressUp/PhotographSaveView.cs

+ 1 - 1
GameClient/Assets/Game/HotUpdate/Views/DressUp/PhotographSaveView.cs

@@ -72,7 +72,7 @@ namespace GFGGame
         {
             string permissionName = "存储";
 #if UNITY_IOS
-                string permissionName = "相册";
+            permissionName = "相册";
 #endif
             NativeGallery.Permission permission = NativeGallery.CheckPermission(NativeGallery.PermissionType.Write, NativeGallery.MediaType.Image);
             Debug.Log("Permission result: " + permission);