Skip to content

Commit

Permalink
Update flutter code to follow latest cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
hkbinaurics committed Jul 5, 2024
1 parent 713f1f9 commit 384dfab
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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);

// ============================================================================
Expand All @@ -17,7 +17,7 @@ Widget? allocateAudioDeviceSliver(AudYoFloOneDeviceSelectionOptionWithId option,
Widget? allocateHeadtrackerDeviceSliver(
AudYoFloOneDeviceSelectionOptionWithId option,
bool fromActiveList,
AudYoFloSingleSelectionComponent? reportW) =>
AudYoFloSelectionComponentUi? reportW) =>
AudYoFloOneHeadtrackerDeviceSliver(option, fromActiveList, reportW);

BottomAppBar? allocatorBottomAppBar() {
Expand Down

0 comments on commit 384dfab

Please sign in to comment.