From 92a6fa4b35c50a3e1c00436f1fdbb0cb7a0e0268 Mon Sep 17 00:00:00 2001 From: svojsu Date: Wed, 15 Jan 2025 15:57:51 +0200 Subject: [PATCH] fix presentation --- novawallet/Modules/AssetList/AssetListWireframe.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )