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 cf71b76 commit 74b6292Copy full SHA for 74b6292
1 file changed
android-refimpl-app/app/src/main/java/com/zoffcc/applications/trifa/HelperGeneric.java
@@ -667,6 +667,8 @@ public void run()
667
Filetransfer ft_avatar_outgoing = new Filetransfer();
668
ft_avatar_outgoing.tox_public_key_string = HelperFriend.tox_friend_get_public_key__wrapper(
669
friend_number_);
670
+ ft_avatar_outgoing.path_name = VFS_PREFIX + VFS_TMP_FILE_DIR + "/" + "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b852";
671
+ ft_avatar_outgoing.file_name = "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b851";
672
ft_avatar_outgoing.direction = TRIFA_FT_DIRECTION_OUTGOING.value;
673
ft_avatar_outgoing.file_number = filenum;
674
ft_avatar_outgoing.kind = TOX_FILE_KIND_AVATAR.value;
0 commit comments