|
@@ -9,8 +9,8 @@ import 'package:photos/events/notification_event.dart';
|
|
import 'package:photos/events/sync_status_update_event.dart';
|
|
import 'package:photos/events/sync_status_update_event.dart';
|
|
import 'package:photos/services/sync_service.dart';
|
|
import 'package:photos/services/sync_service.dart';
|
|
import 'package:photos/services/user_remote_flag_service.dart';
|
|
import 'package:photos/services/user_remote_flag_service.dart';
|
|
|
|
+import 'package:photos/theme/text_style.dart';
|
|
import 'package:photos/ui/account/verify_recovery_page.dart';
|
|
import 'package:photos/ui/account/verify_recovery_page.dart';
|
|
-import 'package:photos/ui/components/brand_title_widget.dart';
|
|
|
|
import 'package:photos/ui/components/home_header_widget.dart';
|
|
import 'package:photos/ui/components/home_header_widget.dart';
|
|
import 'package:photos/ui/components/notification_warning_widget.dart';
|
|
import 'package:photos/ui/components/notification_warning_widget.dart';
|
|
import 'package:photos/ui/header_error_widget.dart';
|
|
import 'package:photos/ui/header_error_widget.dart';
|
|
@@ -84,9 +84,9 @@ class _StatusBarWidgetState extends State<StatusBarWidget> {
|
|
HomeHeaderWidget(
|
|
HomeHeaderWidget(
|
|
centerWidget: _showStatus
|
|
centerWidget: _showStatus
|
|
? _showErrorBanner
|
|
? _showErrorBanner
|
|
- ? const BrandTitleWidget(size: SizeVarient.medium)
|
|
|
|
|
|
+ ? const Text("ente", style: brandStyleMedium)
|
|
: const SyncStatusWidget()
|
|
: const SyncStatusWidget()
|
|
- : const BrandTitleWidget(size: SizeVarient.medium),
|
|
|
|
|
|
+ : const Text("ente", style: brandStyleMedium),
|
|
),
|
|
),
|
|
AnimatedOpacity(
|
|
AnimatedOpacity(
|
|
opacity: _showErrorBanner ? 1 : 0,
|
|
opacity: _showErrorBanner ? 1 : 0,
|