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

Commit 595703cd authored by Daniel Sandler's avatar Daniel Sandler Committed by Android Git Automerger
Browse files

am 91ffeddb: Hide settings button from tablet notification panel.

* commit '91ffeddb':
  Hide settings button from tablet notification panel.
parents 3727bef8 91ffeddb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -297,7 +297,7 @@ public class PhoneStatusBar extends BaseStatusBar {
            if (MULTIUSER_DEBUG) Slog.d(TAG, String.format("User setup changed: " +
                    "selfChange=%s userSetup=%s mUserSetup=%s",
                    selfChange, userSetup, mUserSetup));
            if (mSettingsButton != null) {
            if (mSettingsButton != null && !mHasSettingsPanel) {
                mSettingsButton.setVisibility(userSetup ? View.VISIBLE : View.INVISIBLE);
            }
            if (mSettingsPanel != null) {