Skip to content

Commit

Permalink
Incoming file transfer requests will now show properly
Browse files Browse the repository at this point in the history
  • Loading branch information
markwinter committed Sep 30, 2014
1 parent e6bef93 commit 7f8d170
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/java/im/tox/antox/tox/ToxSingleton.java
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ public void fileSendRequest(String key, int fileNumber, String fileName, long fi
long id = antoxDB.addFileTransfer(key, fileN, fileNumber, (int) fileSize, false);
fileIds.add((int) id);
antoxDB.close();
updateMessages(context);
}

public void changeActiveKey(String key) {
Expand Down

0 comments on commit 7f8d170

Please sign in to comment.