فهرست منبع

fix: Theme toggle not updating UI (#1205)

Luke Greenwood 2 سال پیش
والد
کامیت
2d1793c5ff
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      frontend/app_flowy/lib/workspace/presentation/settings/widgets/settings_appearance_view.dart

+ 1 - 1
frontend/app_flowy/lib/workspace/presentation/settings/widgets/settings_appearance_view.dart

@@ -13,7 +13,7 @@ class SettingsAppearanceView extends StatelessWidget {
 
 
   @override
   @override
   Widget build(BuildContext context) {
   Widget build(BuildContext context) {
-    final theme = context.read<AppTheme>();
+    final theme = context.watch<AppTheme>();
 
 
     return SingleChildScrollView(
     return SingleChildScrollView(
       child: Column(
       child: Column(