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

Commit 5aee7d5c authored by Maurice Lam's avatar Maurice Lam
Browse files

[WifiSetup] Make illustration header not clickable

No more "pop" sound when the illustration is tapped on.

Bug: 16331851
Change-Id: Ib528e1d6f669f71e0c2f24164726cee47b06700b
parent 62a8aa7a
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);