mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-17 12:30:07 +03:00
Fix small copy paste error
This commit is contained in:
parent
d7cbae7c47
commit
570cffd3ed
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue