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

Commit aa0baffe authored by Stephen Chen's avatar Stephen Chen Committed by Android (Google) Code Review
Browse files

Merge "Change number of showing tiles in ConfigureWifiSettings."

parents b6920562 9f13c02e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@ public class ConfigureWifiSettings extends DashboardFragment {
    @Override
    public void onAttach(Context context) {
        super.onAttach(context);
        mProgressiveDisclosureMixin.setTileLimit(4);
        mProgressiveDisclosureMixin.setTileLimit(3);
    }

    @Override