Skip to content

Commit

Permalink
Fix text field not focus when click in RenameMailboxView
Browse files Browse the repository at this point in the history
  • Loading branch information
dab246 committed Aug 15, 2024
1 parent 0ef2e66 commit 3f4cfa0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/features/base/base_mailbox_controller.dart
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,7 @@ abstract class BaseMailboxController extends BaseController {
(value) => onRenameMailboxAction(presentationMailbox, MailboxName(value))
)
).build()),
barrierDismissible: false,
barrierColor: AppColor.colorDefaultCupertinoActionSheet,
);
}
Expand Down

0 comments on commit 3f4cfa0

Please sign in to comment.