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

Commit 57a7c9b3 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "[Provider Model] Remove "Advanced" from Wi-Fi hotspot settings" into sc-dev

parents c7d21691 f53c4ca8
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -294,13 +294,4 @@ public class WifiTetherSettings extends RestrictedDashboardFragment
            screen.setInitialExpandedChildrenCount(getInitialExpandedChildCount());
        }
    }

    @Override
    public int getInitialExpandedChildCount() {
        if (mSecurityPreferenceController != null && mSecurityPreferenceController.getSecurityType()
                == SoftApConfiguration.SECURITY_TYPE_OPEN) {
            return (EXPANDED_CHILD_COUNT_DEFAULT - 1);
        }
        return EXPANDED_CHILD_COUNT_DEFAULT;
    }
}