Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 63ecd278 authored by Haijie Hong's avatar Haijie Hong
Browse files

Add icon for more settings preference

BUG: 343317785
Test: atest DeviceSettingRepositoryTest
Flag: com.android.settings.flags.enable_bluetooth_device_details_polish
Change-Id: Id7c272edce5ff8166f03b7162ac9ba5ff1f15097
parent 7e7530bf
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -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)
                        )
                    }
            }
        )
    }