From 021c840890c193758605c55a185786f68f2d2687 Mon Sep 17 00:00:00 2001 From: Oleg <oleg@unstoppabledomains.com> Date: Tue, 9 Jul 2024 10:26:35 +0300 Subject: [PATCH] MOB-2104 - Enable Apps Inbox for ULW (#602) --- .../Modules/Messaging/ChatsList/ChatListViewModel.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unstoppable-ios-app/domains-manager-ios/Modules/Messaging/ChatsList/ChatListViewModel.swift b/unstoppable-ios-app/domains-manager-ios/Modules/Messaging/ChatsList/ChatListViewModel.swift index a154822fa..241b378e1 100644 --- a/unstoppable-ios-app/domains-manager-ios/Modules/Messaging/ChatsList/ChatListViewModel.swift +++ b/unstoppable-ios-app/domains-manager-ios/Modules/Messaging/ChatsList/ChatListViewModel.swift @@ -99,7 +99,7 @@ extension ChatListViewModel { var isChannelsSupported: Bool { switch selectedProfile { case .wallet(let wallet): - return wallet.udWallet.type != .mpc + return true case .webAccount: return false }