Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
adithya2306 committed Apr 16, 2021
1 parent 09fdeb3 commit cd014de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/android/settings/fuelgauge/PowerUsageSummary.java
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ public void onCreate(Bundle icicle) {
}
mBatteryTipPreferenceController.restoreInstanceState(icicle);
updateBatteryTipFlag(icicle);
final Button showStatsBtn = mBatteryLayoutPref.findViewById(R.id.btn_show_stats);
final TextView showStatsBtn = mBatteryLayoutPref.findViewById(R.id.btn_show_stats);
showStatsBtn.setOnClickListener(v -> {
new SubSettingLauncher(getContext())
.setDestination(PowerUsageAdvanced.class.getName())
Expand Down

0 comments on commit cd014de

Please sign in to comment.