Merge "Add icon for more settings preference" into main

This commit is contained in:
Haijie Hong
2024-09-25 10:37:04 +00:00
committed by Android (Google) Code Review

View File

@@ -362,7 +362,12 @@ class DeviceDetailsFragmentFormatterImpl(
) )
.launch() .launch()
} }
override val icon = @Composable { deviceSettingIcon(null) } override val icon =
@Composable {
deviceSettingIcon(
DeviceSettingIcon.ResourceIcon(R.drawable.ic_chevron_right_24dp)
)
}
} }
) )
} }