Skip to content

Commit

Permalink
Pass startAnimationBundle as parameter when starting activity to make
Browse files Browse the repository at this point in the history
start animation visible.
  • Loading branch information
miktolon committed Apr 26, 2019
1 parent 57cf0b9 commit 3f0cb35
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ public void open(Context context, final ReadableMap options, final Promise promi
registerEventBus();

currentActivity.startActivity(
ChromeTabsManagerActivity.createStartIntent(currentActivity, intent));
ChromeTabsManagerActivity.createStartIntent(currentActivity, intent), customTabsIntent.startAnimationBundle);
}

public void close() {
Expand Down

0 comments on commit 3f0cb35

Please sign in to comment.