You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -233,6 +233,10 @@ class ArchitectureBoundaryTest {
233
233
assertTrue("Widget must read preferences via GradeCacheStore initially", source.contains("cacheStore.getWidgetPreferences()"))
234
234
assertTrue("Widget must sync data to Glance State to support reactive updates", source.contains("updateAppWidgetState"))
235
235
assertTrue("Widget content must read preferences using currentState", source.contains("currentState(key ="))
236
+
assertTrue("Widget theme mode must be part of Glance state", source.contains("WidgetThemeModeKey"))
237
+
assertTrue("Widget dynamic color setting must be part of Glance state", source.contains("WidgetDynamicColorKey"))
238
+
assertTrue("Widget AMOLED setting must be part of Glance state", source.contains("WidgetAmoledBlackKey"))
239
+
assertTrue("Widget colors must use the current Glance theme settings", source.contains("getWidgetColorProviders(context, currentWidgetSettings(appSettings))"))
0 commit comments