Skip to content

Commit

Permalink
Remove blink blink of next - previous button in Email View
Browse files Browse the repository at this point in the history
  • Loading branch information
dab246 committed Sep 23, 2024
1 parent 2a47a1e commit c2ce3ac
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ class EmailViewAppBarWidget extends StatelessWidget {
const Spacer(),
Row(
children: [
if(optionsWidget != null)
...optionsWidget!,
const SizedBox(width: EmailViewAppBarWidgetStyles.space),
TMailButtonWidget.fromIcon(
icon: _imagePaths.icMoveEmail,
Expand Down Expand Up @@ -156,6 +154,9 @@ class EmailViewAppBarWidget extends StatelessWidget {
? (position) => onMoreActionClick?.call(presentationEmail, position)
: null
),
if(optionsWidget != null)
...optionsWidget!,
const SizedBox(width: EmailViewAppBarWidgetStyles.space),
]
),
])
Expand Down

0 comments on commit c2ce3ac

Please sign in to comment.