Skip to content
Snippets Groups Projects
Commit 340fe268 authored by Bruno Muniz's avatar Bruno Muniz :apple:
Browse files

Fixed voice message issue

parent fd6b1330
No related branches found
No related tags found
2 merge requests!40v1.1.2b166,!39Fixing QA bugs before releasing
...@@ -54,7 +54,7 @@ extension CellFactory { ...@@ -54,7 +54,7 @@ extension CellFactory {
}, build: { item, collectionView, indexPath in }, build: { item, collectionView, indexPath in
let ft = transfer(item.fileTransferId!) let ft = transfer(item.fileTransferId!)
let cell: IncomingAudioCell = collectionView.dequeueReusableCell(forIndexPath: indexPath) let cell: IncomingAudioCell = collectionView.dequeueReusableCell(forIndexPath: indexPath)
let url = FileManager.url(for: ft.name)! let url = FileManager.url(for: "\(ft.name).\(ft.type)")!
var model = AudioMessageCellState( var model = AudioMessageCellState(
date: item.date, date: item.date,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment