Skip to content

Commit 73374bc

Browse files
Fix Prettier
1 parent e87c291 commit 73374bc

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

theoplayer/getting-started/01-sdks/02-android/00-getting-started.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ In this `THEOplayerConfig`, you can configure your license string, as demonstrat
152152
</TabItem>
153153
<!-- prettier-ignore-end -->
154154
<!-- spellchecker-enable -->
155+
155156
</Tabs>
156157

157158
This approach is ideal when you need to adjust the configuration dynamically, such as during runtime or based on specific app conditions. It removes the need for XML-based configuration and is useful for advanced customization scenarios.
@@ -368,6 +369,7 @@ We will now listen for `PLAY`, `PAUSE` and `TIMEUPDATE` in this example.
368369
</TabItem>
369370
<!-- prettier-ignore-end -->
370371
<!-- spellchecker-enable -->
372+
371373
</Tabs>
372374

373375
When the events are triggered, we will update the `MainActivity` UI with the corresponding state.
@@ -488,6 +490,7 @@ We need to call the `onResume`, `onPause` and `onDestroy` methods of the `THEOpl
488490
</TabItem>
489491
<!-- prettier-ignore-end -->
490492
<!-- spellchecker-enable -->
493+
491494
</Tabs>
492495

493496
## Run your application

0 commit comments

Comments
 (0)