You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<ID>LongMethod:UpdatePaymentMethodUI.kt$@Composable internal fun UpdatePaymentMethodUI(interactor: UpdatePaymentMethodInteractor, modifier: Modifier)</ID>
58
58
<ID>LongMethod:VerificationBody.kt$@Composable internal fun VerificationBody( state: VerificationViewState, otpElement: OTPElement, onBack: () -> Unit, onFocusRequested: () -> Unit, didShowCodeSentNotification: () -> Unit, onChangeEmailClick: () -> Unit, onResendCodeClick: () -> Unit, )</ID>
59
+
<ID>LongMethod:WalletScreen.kt$@Composable internal fun WalletBody( state: WalletUiState, expiryDateController: TextFieldController, cvcController: CvcController, onItemSelected: (ConsumerPaymentDetails.PaymentDetails) -> Unit, onExpandedChanged: (Boolean) -> Unit, onAddPaymentMethodOptionClicked: (AddPaymentMethodOption) -> Unit, onPrimaryButtonClick: () -> Unit, onPayAnotherWayClicked: () -> Unit, onDismissAlert: () -> Unit, onSetDefaultClicked: (ConsumerPaymentDetails.PaymentDetails) -> Unit, onRemoveClicked: (ConsumerPaymentDetails.PaymentDetails) -> Unit, onUpdateClicked: (ConsumerPaymentDetails.PaymentDetails) -> Unit, onLogoutClicked: () -> Unit, showBottomSheetContent: (BottomSheetContent) -> Unit, hideBottomSheetContent: suspend () -> Unit, )</ID>
59
60
<ID>LongMethod:WalletScreen.kt$@Composable private fun PaymentMethodSection( state: WalletUiState, isExpanded: Boolean, onItemSelected: (ConsumerPaymentDetails.PaymentDetails) -> Unit, onExpandedChanged: (Boolean) -> Unit, onAddNewPaymentMethodClicked: () -> Unit, onSetDefaultClicked: (ConsumerPaymentDetails.PaymentDetails) -> Unit, onRemoveClicked: (ConsumerPaymentDetails.PaymentDetails) -> Unit, onUpdateClicked: (ConsumerPaymentDetails.PaymentDetails) -> Unit, onLogoutClicked: () -> Unit, showBottomSheetContent: (BottomSheetContent) -> Unit, hideBottomSheetContent: suspend () -> Unit )</ID>
0 commit comments