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

Commit 30c38781 authored by Stephen Chen's avatar Stephen Chen
Browse files

Change number of preferences showing in ConfigureWifiSettings.

Test: manual inspection.
Change-Id: If6a9f8ada05ef56f2db4d394903ccf839a184e98
parent 85904ac4
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(5);
        mProgressiveDisclosureMixin.setTileLimit(4);
    }

    @Override