We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be92526 commit 1165c0fCopy full SHA for 1165c0f
iMEGA/My Account/Menu/AccountMenuViewRouter+DeviceCenter.swift
@@ -1,5 +1,6 @@
1
import DeviceCenter
2
import MEGAAppSDKRepo
3
+import MEGADesignToken
4
import MEGADomain
5
import MEGAL10n
6
@@ -221,7 +222,10 @@ extension AccountMenuViewRouter {
221
222
isBackup: isBackup,
223
warningMessage: warningMessage
224
) else { return }
-
225
+
226
+ if #available(iOS 26.0, *) {
227
+ AppearanceManager.applyLiquidGlassAppearance(to: viewController.navigationItem, backgroundColor: TokenColors.Background.surface1)
228
+ }
229
navigationController.pushViewController(viewController, animated: true)
230
}
231
0 commit comments