From 384dfab8d2685bedd63ab7d88e149a8613394e0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hauke=20Kr=C3=BCger?= Date: Fri, 5 Jul 2024 17:03:47 +0200 Subject: [PATCH] Update flutter code to follow latest cleanup --- .../example/lib/models/ayf_ui_specific_widgets.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sources/sub-projects/ayfstarter/flutter/starter_app/example/lib/models/ayf_ui_specific_widgets.dart b/sources/sub-projects/ayfstarter/flutter/starter_app/example/lib/models/ayf_ui_specific_widgets.dart index 8f8f1e31..c5462406 100644 --- a/sources/sub-projects/ayfstarter/flutter/starter_app/example/lib/models/ayf_ui_specific_widgets.dart +++ b/sources/sub-projects/ayfstarter/flutter/starter_app/example/lib/models/ayf_ui_specific_widgets.dart @@ -8,7 +8,7 @@ import 'package:ayf_pack/main-widgets/ayf_audio_settings_widget.dart'; // Callback to allocate an audio device sliver in the list of active/inactive // devices lists Widget? allocateAudioDeviceSliver(AudYoFloOneDeviceSelectionOptionWithId option, - bool fromActiveList, AudYoFloSingleSelectionComponent? reportW) => + bool fromActiveList, AudYoFloSelectionComponentUi? reportW) => AudYoFloOneDeviceSliver(option, fromActiveList, reportW); // ============================================================================ @@ -17,7 +17,7 @@ Widget? allocateAudioDeviceSliver(AudYoFloOneDeviceSelectionOptionWithId option, Widget? allocateHeadtrackerDeviceSliver( AudYoFloOneDeviceSelectionOptionWithId option, bool fromActiveList, - AudYoFloSingleSelectionComponent? reportW) => + AudYoFloSelectionComponentUi? reportW) => AudYoFloOneHeadtrackerDeviceSliver(option, fromActiveList, reportW); BottomAppBar? allocatorBottomAppBar() {