Skip to content

Commit

Permalink
fix presentation
Browse files Browse the repository at this point in the history
  • Loading branch information
svojsu committed Jan 15, 2025
1 parent 6629fd1 commit 92a6fa4
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 92a6fa4

Please sign in to comment.