File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
android/src/main/java/com/netease/im Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -28,9 +28,9 @@ public class MsgType {
2828 public class MsgStatus {
2929
3030 public final static String SEND_DRAFT = "send_draft" ;
31- public final static String SEND_FAILE = "send_fail " ;
32- public final static String SEND_SENDING = "send_sending " ;
33- public final static String SEND_SUCCESS = "send_success " ;
31+ public final static String SEND_FAILE = "send_failed " ;
32+ public final static String SEND_SENDING = "send_going " ;
33+ public final static String SEND_SUCCESS = "send_succed " ;
3434 public final static String RECEIVE_READ = "receive_read" ;
3535 public final static String RECEIVE_UNREAD = "receive_unread" ;
3636 }
@@ -92,8 +92,8 @@ public static class Location {
9292 }
9393
9494 public static class MediaFile {
95- public final static String HEIGHT = "height " ;
96- public final static String WIDTH = "width " ;
95+ public final static String HEIGHT = "imageHeight " ;
96+ public final static String WIDTH = "imageWidth " ;
9797 public final static String DISPLAY_NAME = "displayName" ;
9898 public final static String DURATION = "duration" ;
9999 public final static String THUMB_PATH = "thumbPath" ;
You can’t perform that action at this time.
0 commit comments