소스 검색

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
   Widget build(BuildContext context) {
-    final theme = context.read<AppTheme>();
+    final theme = context.watch<AppTheme>();
 
     return SingleChildScrollView(
       child: Column(