Battery icon: fix requestLayout() calls spam when in lockscreen

if percentage text is set outside the icon

KeyguardStatusBarView.updateVisibilities calls setForceShowPercent,
ending up calling updatePercentText
updatePercentText method gets called in many cases in BatteryMeterView
Actually i'm really busy so as a quick fix let's just skip all useless
mBatteryPercentView.setText calls
1 file changed