Skip to content

Commit ff1dd2f

Browse files
committed
use correct timestamp
1 parent 2f97e6b commit ff1dd2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1693,7 +1693,7 @@ private void start_queued_filetransfers()
16931693

16941694
if (m_resend_ft.sent_push < 1)
16951695
{
1696-
friend_call_push_url(m_resend_ft.tox_friendpubkey, System.currentTimeMillis());
1696+
friend_call_push_url(m_resend_ft.tox_friendpubkey, m_resend_ft.sent_timestamp);
16971697
}
16981698
Log.i(TAG, "start_ft:sent ping to push url");
16991699
if (is_friend_online_real(tox_friend_by_public_key__wrapper(m_resend_ft.tox_friendpubkey)) != 0)

0 commit comments

Comments
 (0)