Skip to content

Commit

Permalink
Fix ios capture showing in android docs (#6737)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lior539 authored Sep 14, 2023
1 parent 4b872a0 commit c422993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contents/docs/libraries/android/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ features:
It uses an internal queue to make calls fast and non-blocking. It also batches requests and flushes asynchronously, making it perfect to use in any part of your mobile app.

import AndroidInstall from '../../integrate/_snippets/install-android.mdx'
import AndroidSendEvents from '../../integrate/send-events/_snippets/send-events-ios.mdx'
import AndroidSendEvents from '../../integrate/send-events/_snippets/send-events-android.mdx'
import AndroidIdentify from './\_snippets/identify.mdx'

## Installation
Expand Down

1 comment on commit c422993

@vercel
Copy link

@vercel vercel bot commented on c422993 Sep 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.