@@ -119,7 +138,6 @@ class ChatRoomFragment : Fragment(), ChatRoomView {
...
@@ -119,7 +138,6 @@ class ChatRoomFragment : Fragment(), ChatRoomView {
})
})
}
}
}
}
adapter.addDataSet(dataSet)
adapter.addDataSet(dataSet)
}
}
}
}
...
@@ -130,6 +148,13 @@ class ChatRoomFragment : Fragment(), ChatRoomView {
...
@@ -130,6 +148,13 @@ class ChatRoomFragment : Fragment(), ChatRoomView {
}
}
}
}
overridefunuploadFile(uri:Uri){
// TODO Just leaving a blank message that comes with the file for now. In the future lets add the possibility to add a message with the file to be uploaded.