Skip to content

Commit

Permalink
New 1.0.4 version to fix skrafft#5
Browse files Browse the repository at this point in the history
  • Loading branch information
Sébastien Krafft committed Sep 28, 2018
1 parent 5afa024 commit 9d7144c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ public void call(String url) {
ReactApplicationContext context = getReactApplicationContext();
Intent intent = new Intent(context, JitsiMeetNavigatorActivity.class);
intent.putExtra("url", url);
intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
context.startActivity(intent);
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-native-jitsi-meet",
"description": "Jitsi Meet SDK wrapper for React Native.",
"version": "1.0.3",
"version": "1.0.4",
"author": {
"name": "Sébastien Krafft",
"email": "[email protected]"
Expand Down

0 comments on commit 9d7144c

Please sign in to comment.