Skip to content

Commit

Permalink
Merge branch 'pb66-patch-1'
Browse files Browse the repository at this point in the history
  • Loading branch information
glynhudson committed Mar 27, 2018
2 parents 1e58ed8 + dfe4da4 commit 4dbf724
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ public void onLayoutChange(View v, int left, int top, int right, int bottom, int
timezone = (long) Math.floor((Calendar.getInstance().get(Calendar.ZONE_OFFSET) + Calendar.getInstance().get(Calendar.DST_OFFSET)) * 0.001);

TextView txtPageName = (TextView) view.findViewById(R.id.pageName);
txtPageName.setText(myElectricSettings.getName().toUpperCase());
txtPageName.setText(myElectricSettings.getName());

txtPower = (TextView) view.findViewById(R.id.txtPower);
txtUseToday = (TextView) view.findViewById(R.id.txtUseToday);
Expand Down Expand Up @@ -573,4 +573,4 @@ public MyElectricSettings getSettings() {
}


}
}

0 comments on commit 4dbf724

Please sign in to comment.