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

Commit ee5eed13 authored by Mady Mellor's avatar Mady Mellor Committed by Android (Google) Code Review
Browse files

Merge "Update settings slice provider to use new API"

parents 04eb5a80 ca530441
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -88,7 +88,7 @@ public class SettingsSliceProvider extends SliceProvider {
        boolean finalWifiEnabled = wifiEnabled;
        return new ListBuilder(sliceUri)
                .setColor(R.color.material_blue_500)
                .add(b -> b
                .addRow(b -> b
                        .setTitle(getContext().getString(R.string.wifi_settings))
                        .setTitleItem(Icon.createWithResource(getContext(), R.drawable.wifi_signal))
                        .setSubtitle(state)