We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aa290e commit 2b0793fCopy full SHA for 2b0793f
DemoApp/StreamChat/Components/CustomAttachments/DemoComposerVC.swift
@@ -13,7 +13,7 @@ class DemoComposerVC: ComposerVC {
13
override var attachmentsPickerActions: [UIAlertAction] {
14
var actions = super.attachmentsPickerActions
15
16
- if AppConfig.shared.demoAppConfig.isLocationAttachmentsEnabled {
+ if AppConfig.shared.demoAppConfig.isLocationAttachmentsEnabled && content.isInsideThread == false {
17
let sendLocationAction = UIAlertAction(
18
title: "Send Current Location",
19
style: .default,
0 commit comments