[WifiSetup] Make illustration header not clickable
No more "pop" sound when the illustration is tapped on. Bug: 16331851 Change-Id: Ib528e1d6f669f71e0c2f24164726cee47b06700b
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user