fix(android): box channel history count as long

This commit is contained in:
gem
2026-05-12 10:41:41 +08:00
parent 74aa08a4b5
commit c69b1d4f8a
5 changed files with 107 additions and 1 deletions

View File

@@ -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")
);
}