feat(settings): Add RTTTL ringtone playback in settings (#3799)

Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
This commit is contained in:
James Rich 2025-11-24 13:48:52 -06:00 committed by GitHub
parent 4b93065c7e
commit 3efbcaab8b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 87 additions and 3 deletions

View file

@ -135,7 +135,7 @@ fun NavGraphBuilder.settingsGraph(navController: NavHostController) {
ModuleRoute.SERIAL -> SerialConfigScreen(viewModel, onBack = navController::popBackStack)
ModuleRoute.EXT_NOTIFICATION ->
ExternalNotificationConfigScreen(viewModel, onBack = navController::popBackStack)
ExternalNotificationConfigScreen(viewModel = viewModel, onBack = navController::popBackStack)
ModuleRoute.STORE_FORWARD ->
StoreForwardConfigScreen(viewModel, onBack = navController::popBackStack)