Skip to content

Commit c582b7b

Browse files
committed
optimize
1 parent aa7a26b commit c582b7b

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
111 KB
Binary file not shown.
-26.8 MB
Binary file not shown.

OpenIM-SDK/src/main/java/io/openim/android/sdk/enums/AllowType.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package io.openim.android.sdk.enums;
22

33
public enum AllowType {
4-
Allowed(0),NotAllowed(1);
4+
Allowed(1),NotAllowed(2);
55

66
public final int value;
77
AllowType(int v) {

0 commit comments

Comments
 (0)