Skip to content

Commit 74b6292

Browse files
committed
fill NOT NULL columns with static values
1 parent cf71b76 commit 74b6292

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -667,6 +667,8 @@ public void run()
667667
Filetransfer ft_avatar_outgoing = new Filetransfer();
668668
ft_avatar_outgoing.tox_public_key_string = HelperFriend.tox_friend_get_public_key__wrapper(
669669
friend_number_);
670+
ft_avatar_outgoing.path_name = VFS_PREFIX + VFS_TMP_FILE_DIR + "/" + "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b852";
671+
ft_avatar_outgoing.file_name = "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b851";
670672
ft_avatar_outgoing.direction = TRIFA_FT_DIRECTION_OUTGOING.value;
671673
ft_avatar_outgoing.file_number = filenum;
672674
ft_avatar_outgoing.kind = TOX_FILE_KIND_AVATAR.value;

0 commit comments

Comments
 (0)