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

Commit 04902476 authored by Zoey Chen's avatar Zoey Chen Committed by Android (Google) Code Review
Browse files

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

Merge "[Provider Model] should not show the toggle's vertical separation if it is a guest user" into sc-v2-dev
parents c7f6a075 dd04d561
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);
        }
    }