Merge "Avoid fade animation when users switch index in hour chart." into tm-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
581fd171b5
@@ -695,7 +695,6 @@ public class BatteryChartPreferenceController extends AbstractPreferenceControll
|
||||
}
|
||||
|
||||
if (visible) {
|
||||
mHourlyChartView.setAlpha(0f);
|
||||
mHourlyChartView.setVisibility(View.VISIBLE);
|
||||
mHourlyChartView.animate()
|
||||
.alpha(1f)
|
||||
|
Reference in New Issue
Block a user