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

Commit eb41c8cf authored by Sundeep Ghuman's avatar Sundeep Ghuman
Browse files

Scroll to top when connecting to network.

Bug: b/34093572
Test: Open wifi picker. Select new network. Picker should scroll to top
of list to display the connected access point category.

Change-Id: Ie555f076a62e8cb589f8c6157d628b345cd84a4c
parent 0e393d41
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1006,6 +1006,7 @@ public class WifiSettings extends RestrictedSettingsFragment
        mMetricsFeatureProvider.action(getActivity(), MetricsEvent.ACTION_WIFI_CONNECT,
                isSavedNetwork);
        mWifiManager.connect(config, mConnectListener);
        scrollToPreference(mConnectedAccessPointPreferenceCategory);
    }

    protected void connect(final int networkId, boolean isSavedNetwork) {