Skip to content

Commit

Permalink
Support /event/ links
Browse files Browse the repository at this point in the history
Closes #7
  • Loading branch information
grishka committed Feb 20, 2021
1 parent 8a9f0ce commit 0dbd6e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Houseclub/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
<category android:name="android.intent.category.BROWSABLE"/>
<category android:name="android.intent.category.DEFAULT" />
<data android:host="ios.joinclubhouse.com" android:pathPrefix="/room/" android:scheme="https"/>
<data android:host="ios.joinclubhouse.com" android:pathPrefix="/event/" android:scheme="https"/>
</intent-filter>
</activity>
<service android:name=".VoiceService" />
Expand Down

0 comments on commit 0dbd6e5

Please sign in to comment.