Skip to content

Commit

Permalink
Merge branch 'IPC-162-more-information-screen' into IPC-153_payment_r…
Browse files Browse the repository at this point in the history
…eview_screen
  • Loading branch information
razvancapra committed Mar 7, 2024
2 parents 32432ef + 5cd8e0c commit 7a4b200
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ class BanksBottomView: UIView {
tableView.separatorStyle = .none
tableView.tableFooterView = UIView()
tableView.backgroundColor = .clear
tableView.showsVerticalScrollIndicator = false
return tableView
}()

Expand Down Expand Up @@ -115,7 +116,6 @@ class BanksBottomView: UIView {
self.roundCorners(corners: [.topLeft, .topRight], radius: Constants.cornerRadiusView)

let isFullScreen = viewModel.bottomViewHeight >= viewModel.maximumViewHeight
paymentProvidersTableView.showsVerticalScrollIndicator = isFullScreen
paymentProvidersTableView.isScrollEnabled = isFullScreen
}

Expand Down

0 comments on commit 7a4b200

Please sign in to comment.