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 e6f658c commit 2f97e6bCopy full SHA for 2f97e6b
android-refimpl-app/app/src/main/java/com/zoffcc/applications/trifa/TrifaToxService.java
@@ -1691,7 +1691,10 @@ private void start_queued_filetransfers()
1691
{
1692
Message m_resend_ft = (Message) ii.next();
1693
1694
- friend_call_push_url(m_resend_ft.tox_friendpubkey, System.currentTimeMillis());
+ if (m_resend_ft.sent_push < 1)
1695
+ {
1696
+ friend_call_push_url(m_resend_ft.tox_friendpubkey, System.currentTimeMillis());
1697
+ }
1698
Log.i(TAG, "start_ft:sent ping to push url");
1699
if (is_friend_online_real(tox_friend_by_public_key__wrapper(m_resend_ft.tox_friendpubkey)) != 0)
1700
0 commit comments