Skip to content

Commit

Permalink
Whitespace formatting in amazon flavor
Browse files Browse the repository at this point in the history
  • Loading branch information
barbeau committed Jan 9, 2019
1 parent 82ce36b commit f909e93
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -927,7 +927,7 @@ public View getInfoContents(Marker marker) {
d.setColor(r.getColor(statusColor));
lastUpdatedView.setText(r.getString(R.string.vehicle_last_updated_scheduled));
statusView.setPadding(pSides, pTopBottom, pSides, pTopBottom);

// Hide occupancy by setting null value
UIUtils.setOccupancyVisibilityAndColor(occupancyView, null, OccupancyState.HISTORICAL);
UIUtils.setOccupancyContentDescription(occupancyView, null, OccupancyState.HISTORICAL);
Expand Down

0 comments on commit f909e93

Please sign in to comment.