Skip to content

Commit

Permalink
Update API
Browse files Browse the repository at this point in the history
  • Loading branch information
tillh-stripe committed Jan 13, 2023
1 parent 4baed97 commit e6547c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 0 additions & 3 deletions payments-core/api/payments-core.api
Original file line number Diff line number Diff line change
Expand Up @@ -7214,7 +7214,6 @@ public final class com/stripe/android/view/ExpiryDateEditText : com/stripe/andro
public final class com/stripe/android/view/PaymentAuthWebViewActivity : androidx/appcompat/app/AppCompatActivity {
public static final field $stable I
public fun <init> ()V
public fun onBackPressed ()V
public fun onCreateOptionsMenu (Landroid/view/Menu;)Z
public fun onOptionsItemSelected (Landroid/view/MenuItem;)Z
}
Expand All @@ -7223,7 +7222,6 @@ public final class com/stripe/android/view/PaymentFlowActivity : com/stripe/andr
public static final field $stable I
public fun <init> ()V
public fun onActionSave ()V
public fun onBackPressed ()V
}

public final class com/stripe/android/view/PaymentFlowActivityStarter : com/stripe/android/view/ActivityStarter {
Expand Down Expand Up @@ -7287,7 +7285,6 @@ public final class com/stripe/android/view/PaymentFlowViewPager : androidx/viewp
public final class com/stripe/android/view/PaymentMethodsActivity : androidx/appcompat/app/AppCompatActivity {
public static final field $stable I
public fun <init> ()V
public fun onBackPressed ()V
public fun onSupportNavigateUp ()Z
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ class PaymentFlowActivity : StripeActivity() {
)

viewPager.currentItem = viewModel.currentPage
onBackPressedCallback.isEnabled = hasPreviousPage()

title = paymentFlowPagerAdapter.getPageTitle(viewPager.currentItem)
}

Expand Down

0 comments on commit e6547c6

Please sign in to comment.