From 386ef9866e3637e499010008606d7541d2a02322 Mon Sep 17 00:00:00 2001 From: monsieurtanuki Date: Sun, 27 Oct 2024 14:57:52 +0100 Subject: [PATCH] fix: 5742 - centered tooltip after detail changes Impacted file: * `background_task_details.dart`: centered instead of bottomCentered --- packages/smooth_app/lib/background/background_task_details.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/smooth_app/lib/background/background_task_details.dart b/packages/smooth_app/lib/background/background_task_details.dart index 0431aebc0fa..0e67edd0816 100644 --- a/packages/smooth_app/lib/background/background_task_details.dart +++ b/packages/smooth_app/lib/background/background_task_details.dart @@ -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.