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

Commit 965e3366 authored by Caitlin Shkuratov's avatar Caitlin Shkuratov Committed by Android (Google) Code Review
Browse files

Merge "Merge aosp/3427990 manually into internal main." into main

parents 8b42c25e 93148bda
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -589,8 +589,10 @@ public class InternetDialogDelegateLegacy implements
                }
                mSecondaryMobileNetworkLayout = mDialogView.findViewById(
                        R.id.secondary_mobile_network_layout);
                if (mCanConfigMobileData) {
                    mSecondaryMobileNetworkLayout.setOnClickListener(
                            this::onClickConnectedSecondarySub);
                }
                mSecondaryMobileNetworkLayout.setBackground(mBackgroundOn);

                TextView mSecondaryMobileTitleText = mDialogView.requireViewById(
@@ -623,6 +625,8 @@ public class InternetDialogDelegateLegacy implements
                        mDialogView.requireViewById(R.id.secondary_settings_icon);
                mSecondaryMobileSettingsIcon.setColorFilter(
                        dialog.getContext().getColor(R.color.connected_network_primary_color));
                mSecondaryMobileSettingsIcon.setVisibility(mCanConfigMobileData ?
                        View.VISIBLE : View.INVISIBLE);

                // set secondary visual for default data sub
                mMobileNetworkLayout.setBackground(mBackgroundOff);