fix(android): box channel history count as long
This commit is contained in:
@@ -106,7 +106,7 @@ public class ChannelManager extends BaseManager {
|
||||
new OnBaseListener(result, methodCall),
|
||||
value(methodCall, "operationID"),
|
||||
value(methodCall, "channelID"),
|
||||
value(methodCall, "count"),
|
||||
int2long(methodCall, "count"),
|
||||
int2long(methodCall, "sinceSeq")
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user