Loading src/com/android/settings/bluetooth/ui/view/DeviceDetailsFragmentFormatter.kt +6 −1 Original line number Diff line number Diff line Loading @@ -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) ) } } ) } Loading Loading
src/com/android/settings/bluetooth/ui/view/DeviceDetailsFragmentFormatter.kt +6 −1 Original line number Diff line number Diff line Loading @@ -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) ) } } ) } Loading