Skip to content

Commit 04ed45b

Browse files
committed
return value is "long"
1 parent 4829ce6 commit 04ed45b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

android-refimpl-app/app/src/main/java/com/zoffcc/applications/trifa/GroupPeerInfoActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ protected void onPause()
329329
{
330330
if (private_message_text.length() > 0)
331331
{
332-
int res = tox_group_send_private_message_by_peerpubkey(tox_group_by_groupid__wrapper(group_id),
332+
long res = tox_group_send_private_message_by_peerpubkey(tox_group_by_groupid__wrapper(group_id),
333333
peer_pubkey, 0, private_message_text);
334334
Log.i(TAG, "onPause:tox_group_send_private_message_by_peerpubkey:res=" + res);
335335

0 commit comments

Comments
 (0)