|
|
@ -291,7 +291,7 @@ class _NeonAppState extends State<NeonApp> with WidgetsBindingObserver, tray.Tra |
|
|
|
: null, |
|
|
|
: null, |
|
|
|
builder: (final context, final capabilitiesSnapshot) { |
|
|
|
builder: (final context, final capabilitiesSnapshot) { |
|
|
|
final appTheme = AppTheme( |
|
|
|
final appTheme = AppTheme( |
|
|
|
capabilitiesSnapshot.data?.capabilities.theming, |
|
|
|
capabilitiesSnapshot.data?.capabilities.themingPublicCapabilities?.theming, |
|
|
|
keepOriginalAccentColor: themeKeepOriginalAccentColor, |
|
|
|
keepOriginalAccentColor: themeKeepOriginalAccentColor, |
|
|
|
oledAsDark: themeOLEDAsDark, |
|
|
|
oledAsDark: themeOLEDAsDark, |
|
|
|
appThemes: _appImplementations.map((final a) => a.theme).whereNotNull(), |
|
|
|
appThemes: _appImplementations.map((final a) => a.theme).whereNotNull(), |
|
|
|