Fix small copy paste error
This commit is contained in:
parent
d7cbae7c47
commit
570cffd3ed
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue