Skip to content

Commit b121cf3

Browse files
bnsportsDRadmir
authored andcommitted
Merge pull request #1153 from soramitsu/feature/FLW-4056
Feature/flw 4056
2 parents 2795267 + b94084a commit b121cf3

File tree

2 files changed

+12
-29
lines changed

2 files changed

+12
-29
lines changed

fearless.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 10 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

fearless/Modules/NewWallet/ChainAssetList/ChainAssetListViewLayout.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ final class ChainAssetListViewLayout: UIView {
6262

6363
addSubview(tableView)
6464
tableView.snp.makeConstraints { make in
65-
make.edges.equalToSuperview()
65+
make.leading.top.trailing.equalToSuperview()
66+
keyboardAdoptableConstraint = make.bottom.equalToSuperview().constraint
6667
}
6768
}
6869
}

0 commit comments

Comments
 (0)