diff --git a/novawallet/Modules/AssetList/AssetListWireframe.swift b/novawallet/Modules/AssetList/AssetListWireframe.swift index c3ec5d7bf..bbb396f05 100644 --- a/novawallet/Modules/AssetList/AssetListWireframe.swift +++ b/novawallet/Modules/AssetList/AssetListWireframe.swift @@ -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 )