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

Commit dd04d561 authored by Zoey Chen's avatar Zoey Chen
Browse files

[Provider Model] should not show the toggle's vertical separation if it is a guest user

Test: atest InternetDialogTest
Bug: 204943893
Change-Id: If0963e172b318a6163bcb9092ae21c4736c65702
parent c35cf07c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -390,6 +390,8 @@ public class InternetDialog extends SystemUIDialog implements
            array.recycle();

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