Skip to content

Commit

Permalink
Remove launch transition
Browse files Browse the repository at this point in the history
  • Loading branch information
dshokouhi committed Jun 29, 2023
1 parent f094049 commit 4b1cecb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class LaunchActivity : AppCompatActivity(), LaunchView {
val carIntent = Intent(
this,
Class.forName("androidx.car.app.activity.CarAppActivity")
).putExtra("TRANSITION_LAUNCH", true).addFlags(Intent.FLAG_ACTIVITY_NEW_TASK)
).addFlags(Intent.FLAG_ACTIVITY_NEW_TASK)
startActivity(carIntent)
} else {
startActivity(WebViewActivity.newInstance(this, intent.data?.path))
Expand Down

0 comments on commit 4b1cecb

Please sign in to comment.