Fix small copy paste error

This commit is contained in:
Benoit Marty 2021-05-03 13:36:15 +02:00
parent d7cbae7c47
commit 570cffd3ed
1 changed files with 1 additions and 1 deletions

View File

@ -972,7 +972,7 @@ class RoomDetailFragment @Inject constructor(
private val attachmentFileActivityResultLauncher = registerStartForActivityResult {
if (it.resultCode == Activity.RESULT_OK) {
attachmentsHelper.onImageResult(it.data)
attachmentsHelper.onFileResult(it.data)
}
}