Skip to content

Commit

Permalink
Merge pull request #1332 from novasamatech/fix/present-fix-for-asset-…
Browse files Browse the repository at this point in the history
…search

fix presentation
  • Loading branch information
svojsu authored Jan 15, 2025
2 parents 6629fd1 + 92a6fa4 commit f80bc11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion novawallet/Modules/AssetList/AssetListWireframe.swift
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ final class AssetListWireframe: AssetListWireframeProtocol {
assetsSearchView.controller.modalTransitionStyle = .crossDissolve
assetsSearchView.controller.modalPresentationStyle = .fullScreen

view?.controller.presentWithCardLayout(
view?.controller.present(
assetsSearchView.controller,
animated: true
)
Expand Down

0 comments on commit f80bc11

Please sign in to comment.