Skip to content

Commit

Permalink
Changed start and exit animations
Browse files Browse the repository at this point in the history
  • Loading branch information
nbradbury committed Nov 25, 2024
1 parent ade3342 commit 9dd5d90
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -470,8 +470,8 @@ public void showWPcomLoginScreen(@NonNull Context context) {

CustomTabsIntent intent = new CustomTabsIntent.Builder()
.setShareState(CustomTabsIntent.SHARE_STATE_OFF)
.setStartAnimations(this, R.anim.activity_slide_up_from_bottom, R.anim.activity_slide_up_from_bottom)
.setExitAnimations(this, R.anim.activity_slide_out_to_bottom, R.anim.activity_slide_out_to_bottom)
.setStartAnimations(this, R.anim.activity_slide_in_from_right, R.anim.activity_slide_out_to_left)
.setExitAnimations(this, R.anim.activity_slide_in_from_left, R.anim.activity_slide_out_to_right)
.setUrlBarHidingEnabled(true)
.setInstantAppsEnabled(false)
.setShowTitle(false)
Expand Down

0 comments on commit 9dd5d90

Please sign in to comment.