Merge "Merge "[Provider Model] should not show the toggle's vertical separation if it is a guest user" into sc-v2-dev am: 0490247659 am: 9ac8ba02d8"
This commit is contained in:
committed by
Android (Google) Code Review
commit
20ff45f4d7
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user