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

Commit 20ff45f4 authored by Automerger Merge Worker's avatar Automerger Merge Worker Committed by Android (Google) Code Review
Browse files

Merge "Merge "[Provider Model] should not show the toggle's vertical...

Merge "Merge "[Provider Model] should not show the toggle's vertical separation if it is a guest user" into sc-v2-dev am: 04902476 am: 9ac8ba02"
parents 1f20ba79 c60d9a3e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -391,6 +391,8 @@ public class InternetDialog extends SystemUIDialog implements
            array.recycle();

            mMobileDataToggle.setVisibility(mCanConfigMobileData ? View.VISIBLE : View.INVISIBLE);
            mMobileToggleDivider.setVisibility(
                    mCanConfigMobileData ? View.VISIBLE : View.INVISIBLE);
        }
    }