Skip to content

Commit 1165c0f

Browse files
committed
T21318525: Apply liquid glass nav bar appearance when opening subfolders via backups
1 parent be92526 commit 1165c0f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

iMEGA/My Account/Menu/AccountMenuViewRouter+DeviceCenter.swift

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import DeviceCenter
22
import MEGAAppSDKRepo
3+
import MEGADesignToken
34
import MEGADomain
45
import MEGAL10n
56

@@ -221,7 +222,10 @@ extension AccountMenuViewRouter {
221222
isBackup: isBackup,
222223
warningMessage: warningMessage
223224
) else { return }
224-
225+
226+
if #available(iOS 26.0, *) {
227+
AppearanceManager.applyLiquidGlassAppearance(to: viewController.navigationItem, backgroundColor: TokenColors.Background.surface1)
228+
}
225229
navigationController.pushViewController(viewController, animated: true)
226230
}
227231

0 commit comments

Comments
 (0)