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

Commit 35f940c0 authored by Steve Kondik's avatar Steve Kondik Committed by Gerrit Code Review
Browse files

Merge "SystemUI: disable dock_battery_text if no dock_battery" into ics

parents 56f40194 be402223
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -236,6 +236,8 @@ public class TabletStatusBar extends StatusBar implements
            mDockBatteryController.addIconView((ImageView)mNotificationPanel.findViewById(R.id.dock_battery));
            mDockBatteryController.addLabelView(
                    (TextView)mNotificationPanel.findViewById(R.id.dock_battery_text));
        } else {
            mNotificationPanel.findViewById(R.id.dock_battery_text).setVisibility(View.GONE);
        }
        // Bt
        mBluetoothController.addIconView(