Skip to content

Commit

Permalink
fix: 5742 - centered tooltip after detail changes (#5751)
Browse files Browse the repository at this point in the history
Impacted file:
* `background_task_details.dart`: centered instead of bottomCentered
  • Loading branch information
monsieurtanuki authored Oct 27, 2024
1 parent 69bb171 commit 3260024
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ class BackgroundTaskDetails extends BackgroundTaskBarcode
final AppLocalizations appLocalizations) =>
(
appLocalizations.product_task_background_schedule,
AlignmentDirectional.bottomCenter,
AlignmentDirectional.center,
);

/// Returns a new background task about changing a product.
Expand Down

0 comments on commit 3260024

Please sign in to comment.