Преглед на файлове

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);