Neeraj Gupta 2 лет назад
Родитель
Сommit
06311ec646
1 измененных файлов с 2 добавлено и 4 удалено
  1. 2 4
      lib/ui/status_bar_widget.dart

+ 2 - 4
lib/ui/status_bar_widget.dart

@@ -84,14 +84,12 @@ class _StatusBarWidgetState extends State<StatusBarWidget> {
             Positioned(
               right: 0,
               top: 0,
-              child: FeatureFlagService.instance.enableSearch()
-                  ? Container(
+              child: Container(
                       color:
                           Theme.of(context).colorScheme.defaultBackgroundColor,
                       height: kContainerHeight,
                       child: const SearchIconWidget(),
-                    )
-                  : const SizedBox(height: 36, width: 48),
+                    ),
             ),
           ],
         ),