We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4829ce6 commit 04ed45bCopy full SHA for 04ed45b
1 file changed
android-refimpl-app/app/src/main/java/com/zoffcc/applications/trifa/GroupPeerInfoActivity.java
@@ -329,7 +329,7 @@ protected void onPause()
329
{
330
if (private_message_text.length() > 0)
331
332
- int res = tox_group_send_private_message_by_peerpubkey(tox_group_by_groupid__wrapper(group_id),
+ long res = tox_group_send_private_message_by_peerpubkey(tox_group_by_groupid__wrapper(group_id),
333
peer_pubkey, 0, private_message_text);
334
Log.i(TAG, "onPause:tox_group_send_private_message_by_peerpubkey:res=" + res);
335
0 commit comments