Do not focus composer when clicking on tablet bottom bar button
This commit is contained in:
+3
@@ -1,6 +1,7 @@
|
||||
import 'package:core/presentation/resources/image_paths.dart';
|
||||
import 'package:core/presentation/views/button/tmail_button_widget.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:pointer_interceptor/pointer_interceptor.dart';
|
||||
import 'package:scribe/scribe/ai/presentation/widgets/button/ai_assistant_button.dart';
|
||||
import 'package:tmail_ui_user/features/composer/presentation/styles/mobile/tablet_bottom_bar_composer_widget_style.dart';
|
||||
import 'package:tmail_ui_user/main/localizations/app_localizations.dart';
|
||||
@@ -35,6 +36,7 @@ class TabletBottomBarComposerWidget extends StatelessWidget {
|
||||
return Container(
|
||||
padding: TabletBottomBarComposerWidgetStyle.padding,
|
||||
color: TabletBottomBarComposerWidgetStyle.backgroundColor,
|
||||
child: PointerInterceptor(
|
||||
child: Row(
|
||||
children: [
|
||||
const Spacer(),
|
||||
@@ -107,6 +109,7 @@ class TabletBottomBarComposerWidget extends StatelessWidget {
|
||||
)
|
||||
]
|
||||
),
|
||||
),
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user