forked from organicmaps/organicmaps
Update formatting android/src/com/mapswithme/maps/widget/placepage/PlaceOpeningHoursAdapter.java
Co-authored-by: Alexander Borsuk <170263+biodranik@users.noreply.github.com> Signed-off-by: S. Kozyr <s.trump@gmail.com>
This commit is contained in:
parent
c24105a0a5
commit
3ad0bc5c9f
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ public class PlaceOpeningHoursAdapter extends RecyclerView.Adapter<PlaceOpeningH
|
|||
final List<WeekScheduleData> scheduleData = new ArrayList<>();
|
||||
|
||||
// Timetables array contains only working days. We need to fill non-working gaps.
|
||||
for (int i=0; i < weekDays.length; i++)
|
||||
for (int i = 0; i < weekDays.length; i++)
|
||||
{
|
||||
int weekDay = weekDays[i];
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue