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

Commit 9b36ed51 authored by Haijie Hong's avatar Haijie Hong Committed by Android (Google) Code Review
Browse files

Merge "Add icon for more settings preference" into main

parents 684ec23c 63ecd278
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)
                        )
                    }
            }
        )
    }