We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6c171b commit 91ffeddCopy full SHA for 91ffedd
packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java
@@ -297,7 +297,7 @@ public void onChange(boolean selfChange) {
297
if (MULTIUSER_DEBUG) Slog.d(TAG, String.format("User setup changed: " +
298
"selfChange=%s userSetup=%s mUserSetup=%s",
299
selfChange, userSetup, mUserSetup));
300
- if (mSettingsButton != null) {
+ if (mSettingsButton != null && !mHasSettingsPanel) {
301
mSettingsButton.setVisibility(userSetup ? View.VISIBLE : View.INVISIBLE);
302
}
303
if (mSettingsPanel != null) {
0 commit comments