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

Commit ca1ad092 authored by Maurice Lam's avatar Maurice Lam Committed by Android (Google) Code Review
Browse files

Merge "[WifiSetup] Make illustration header not clickable" into lmp-dev

parents 6f877156 5aee7d5c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -95,7 +95,7 @@ public class WifiSettingsForSetupWizard extends WifiSettings {
        final View title = view.findViewById(R.id.title);
        if (title == null) {
            final View header = inflater.inflate(R.layout.setup_wizard_header, list, false);
            list.addHeaderView(header);
            list.addHeaderView(header, null, false);
        }

        final View other = inflater.inflate(R.layout.setup_wifi_add_network, list, false);