Updated on 2026-08-14

This commit is contained in:
Tangem 2025-03-31 18:44:49 +03:00
parent 377f2cd6fd
commit ded577faff
7 changed files with 77 additions and 68 deletions

View file

@ -489,7 +489,9 @@ class MainActivity : AppCompatActivity(), SnackbarHandler, ActivityResultCallbac
* `android:configChanges="uiMode"` is set in the manifest.
* */
updateAppBackground()
if (routingFeatureToggles.isNavigationRefactoringEnabled.not()) {
updateAppBackground()
}
}
private fun updateAppBackground() {