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

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

Merge "Raneme the wifi detail "Sign into network" button to "Sign in"." into oc-dev

parents 6f4a6a73 89b4ff5c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -225,7 +225,7 @@ public class WifiDetailPreferenceController extends PreferenceController impleme

        mButtonsPref = (LayoutPreference) screen.findPreference(KEY_BUTTONS_PREF);
        mSignInButton = (Button) mButtonsPref.findViewById(R.id.right_button);
        mSignInButton.setText(com.android.internal.R.string.network_available_sign_in);
        mSignInButton.setText(R.string.support_sign_in_button_text);
        mSignInButton.setOnClickListener(
            view -> mConnectivityManagerWrapper.startCaptivePortalApp(mNetwork));