Skip to content

Commit

Permalink
follow package upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
hatch01 committed Nov 15, 2024
1 parent 815025a commit 8c0ac50
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/onyx/lib/screens/mails/pages/email_send_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,8 @@ class MailSendPage extends StatelessWidget {
Padding(
padding: const EdgeInsets.all(10),
child: QuillEditor.basic(
controller: state.controller!,
configurations: QuillEditorConfigurations(
controller: state.controller!,
minHeight: (100 -
(8 +
1 +
Expand Down
2 changes: 1 addition & 1 deletion apps/onyx/lib/screens/mails/pages/emails_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ class MailsPage extends StatelessWidget {
break;
}
return PopScope(
onPopInvoked: (_) {
onPopInvokedWithResult: (_, __) {
context
.read<EmailCubit>()
.unselectAllMails(AppLocalizations.of(context));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ class EmailSendBottomBarWidget extends StatelessWidget {
child: SizedBox(
height: double.infinity,
child: QuillSimpleToolbar(
configurations: QuillSimpleToolbarConfigurations(
controller: state.controller!,
controller: state.controller!,
configurations: const QuillSimpleToolbarConfigurations(
multiRowsDisplay: false,
),
),
Expand Down

0 comments on commit 8c0ac50

Please sign in to comment.