Merge pull request #525 from PoweRGbg/patch-5
Added profile's target BG in NSClient mode
This commit is contained in:
commit
e8c3a0cf91
1 changed files with 0 additions and 3 deletions
|
@ -975,9 +975,6 @@ public class OverviewFragment extends Fragment implements View.OnClickListener,
|
||||||
tempTargetView.setText(Profile.toTargetRangeString(profile.getTargetLow(), profile.getTargetHigh(), units, units));
|
tempTargetView.setText(Profile.toTargetRangeString(profile.getTargetLow(), profile.getTargetHigh(), units, units));
|
||||||
tempTargetView.setVisibility(View.VISIBLE);
|
tempTargetView.setVisibility(View.VISIBLE);
|
||||||
}
|
}
|
||||||
if ((Config.NSCLIENT || Config.G5UPLOADER) && tempTarget == null) {
|
|
||||||
tempTargetView.setVisibility(View.GONE);
|
|
||||||
}
|
|
||||||
|
|
||||||
// **** Temp button ****
|
// **** Temp button ****
|
||||||
if (acceptTempLayout != null) {
|
if (acceptTempLayout != null) {
|
||||||
|
|
Loading…
Reference in a new issue