Connect audio settings button 05/29605/1
authorScott Murray <scott.murray@konsulko.com>
Tue, 23 Jan 2024 20:51:45 +0000 (15:51 -0500)
committerScott Murray <scott.murray@konsulko.com>
Tue, 23 Jan 2024 21:40:09 +0000 (16:40 -0500)
commitcc99d4d772be6635639a0d398076a8890f4e6a42
treedb3b41545c94337b43421bab00b829181fdbf57d
parentee592b5048543951f712c0abb997a6e97c036544
Connect audio settings button

Rework to connect the audio settings button on the media pages
to the appropriate settings page, and have the back button go
back to the expected previous page.  To enable this, the global
AppState provider was reworked to track the previous page and add
explicit update and back member functions.

Bug-AGL: SPEC-5030

Change-Id: I5858d1b1bf511a184b6538b2ce8c183b00c24fc6
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
lib/core/utils/widgets/back_button.dart
lib/data/data_providers/app_provider.dart
lib/presentation/common_widget/custom_bottom_bar.dart
lib/presentation/screens/home/home.dart
lib/presentation/screens/media/play_list_table.dart
lib/presentation/screens/media/radio_preset_table.dart
lib/presentation/screens/settings/settings_screens/audio_settings/audio_settings_screen.dart
lib/presentation/screens/settings/widgets/settings_content.dart
lib/presentation/screens/splash/widget/splash_content.dart