ANDROID RainbowSdk getFilesSentInConversation(conversation) returning not expected information
Hi,
I have the following code in an adapter to get the list of files sent in a conversation (m_conversation)
RainbowSdk.instance().fileStorage().getFilesSentInConversation(m_conversation);
This code is returning most of the times two file descriptors for the same file just sent once. And most of the the times one of these two file descriptors is wrong (getFile() is returning null value).
And one more thing, this method is only returning the files just sent, is not returning the files sent for example one day ago in the same conversation, is this something am I doing wrong or is there a way to get all the files sent "hitorically" in the conversation? I also tried the method getAllFilesSent and it's happening the same.
I'm using 1.45 version of sdk.
Thanks in advance and king regards.
Please sign in to leave a comment.
Comments
1 comment