diff --git a/src/com/android/settings/bluetooth/ui/view/DeviceDetailsFragmentFormatter.kt b/src/com/android/settings/bluetooth/ui/view/DeviceDetailsFragmentFormatter.kt index 074e520cbcc..ecd700beee5 100644 --- a/src/com/android/settings/bluetooth/ui/view/DeviceDetailsFragmentFormatter.kt +++ b/src/com/android/settings/bluetooth/ui/view/DeviceDetailsFragmentFormatter.kt @@ -362,7 +362,12 @@ class DeviceDetailsFragmentFormatterImpl( ) .launch() } - override val icon = @Composable { deviceSettingIcon(null) } + override val icon = + @Composable { + deviceSettingIcon( + DeviceSettingIcon.ResourceIcon(R.drawable.ic_chevron_right_24dp) + ) + } } ) }