Skip to content

Commit c78355a

Browse files
Update android.md
1 parent de051eb commit c78355a

File tree

1 file changed

+1
-1
lines changed
  • articles/communication-services/quickstarts/ui-library/includes/get-started-call

1 file changed

+1
-1
lines changed

articles/communication-services/quickstarts/ui-library/includes/get-started-call/android.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ To change the primary color of composite, create a new theme style in `src/main/
411411
```kotlin
412412
import com.azure.android.communication.ui.configuration.ThemeConfiguration
413413

414-
val communicationCallComposite: CallComposite =
414+
val callComposite: CallComposite =
415415
CallCompositeBuilder()
416416
.theme(ThemeConfiguration(R.style.MyCompany_CallComposite))
417417
.build()

0 commit comments

Comments
 (0)