Loading packages/SystemUI/src/com/android/systemui/qs/tiles/PowerShareTile.java +0 −5 Original line number Diff line number Diff line Loading @@ -188,10 +188,6 @@ public class PowerShareTile extends QSTileImpl<BooleanState> return; } if (state.slash == null) { state.slash = new SlashState(); } state.icon = ResourceIcon.get(R.drawable.ic_qs_powershare); try { state.value = mPowerShare.isEnabled(); Loading @@ -199,7 +195,6 @@ public class PowerShareTile extends QSTileImpl<BooleanState> state.value = false; ex.printStackTrace(); } state.slash.isSlashed = state.value; state.label = mContext.getString(R.string.quick_settings_powershare_label); if (mBatteryController.isPowerSave() || getBatteryLevel() < getMinBatteryLevel()) { Loading Loading
packages/SystemUI/src/com/android/systemui/qs/tiles/PowerShareTile.java +0 −5 Original line number Diff line number Diff line Loading @@ -188,10 +188,6 @@ public class PowerShareTile extends QSTileImpl<BooleanState> return; } if (state.slash == null) { state.slash = new SlashState(); } state.icon = ResourceIcon.get(R.drawable.ic_qs_powershare); try { state.value = mPowerShare.isEnabled(); Loading @@ -199,7 +195,6 @@ public class PowerShareTile extends QSTileImpl<BooleanState> state.value = false; ex.printStackTrace(); } state.slash.isSlashed = state.value; state.label = mContext.getString(R.string.quick_settings_powershare_label); if (mBatteryController.isPowerSave() || getBatteryLevel() < getMinBatteryLevel()) { Loading