Pq пре 1 година
родитељ
комит
c16a145194

+ 1 - 1
BaseLibrary/src/main/java/com/cooleshow/base/constanst/UploadConstants.java

@@ -50,7 +50,7 @@ public class UploadConstants {
 
 
     public static String getPathByType(int type) {
     public static String getPathByType(int type) {
         if (type == UPLOAD_TYPE_IM) {
         if (type == UPLOAD_TYPE_IM) {
-            return "";
+            return BUCKET_NAME_IM;
         }
         }
         return DEFAULT_PATH;
         return DEFAULT_PATH;
     }
     }