Skip to content

Commit

Permalink
Merge branch 'IPC-136_bank_selection_bottom_sheet' into IPC-162-more-…
Browse files Browse the repository at this point in the history
…information-screen
  • Loading branch information
razvancapra committed Mar 7, 2024
2 parents ec69121 + 37081c5 commit 5cd8e0c
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 5cd8e0c

Please sign in to comment.