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

Commit b98c8342 authored by Siva Velusamy's avatar Siva Velusamy Committed by Android Git Automerger
Browse files

am 0a164f8e: am 9d7657c5: Merge "PhoneStatusBar: Fix NPE while accessing quick...

am 0a164f8e: am 9d7657c5: Merge "PhoneStatusBar: Fix NPE while accessing quick settings." into jb-mr1-dev

* commit '0a164f8e':
  PhoneStatusBar: Fix NPE while accessing quick settings.
parents c5eb2b5d 0a164f8e
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -318,8 +318,6 @@ public class PhoneStatusBar extends BaseStatusBar {
            mStatusBarWindow.setBackground(null);
            mNotificationPanel.setBackground(new FastColorDrawable(context.getResources().getColor(
                    R.color.notification_panel_solid_background)));
            mSettingsPanel.setBackground(new FastColorDrawable(context.getResources().getColor(
                    R.color.notification_panel_solid_background)));
        }
        if (ENABLE_INTRUDERS) {
            mIntruderAlertView = (IntruderAlertView) View.inflate(context, R.layout.intruder_alert, null);
@@ -436,6 +434,11 @@ public class PhoneStatusBar extends BaseStatusBar {
        mSettingsPanel.setup(mNetworkController, mBluetoothController, mBatteryController,
                mLocationController);

        if (!ActivityManager.isHighEndGfx()) {
            mSettingsPanel.setBackground(new FastColorDrawable(context.getResources().getColor(
                    R.color.notification_panel_solid_background)));
        }

//        final ImageView wimaxRSSI =
//                (ImageView)sb.findViewById(R.id.wimax_signal);
//        if (wimaxRSSI != null) {