Change number of showing tiles in ConfigureWifiSettings.
Test: manual inspection. Change-Id: Ieecbff4416c69e902b9f0c5b4e4fc91907420b17
This commit is contained in:
@@ -52,7 +52,7 @@ public class ConfigureWifiSettings extends DashboardFragment {
|
|||||||
@Override
|
@Override
|
||||||
public void onAttach(Context context) {
|
public void onAttach(Context context) {
|
||||||
super.onAttach(context);
|
super.onAttach(context);
|
||||||
mProgressiveDisclosureMixin.setTileLimit(4);
|
mProgressiveDisclosureMixin.setTileLimit(3);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Reference in New Issue
Block a user