Skip to content

Commit 87c1082

Browse files
committed
Remove testing code
1 parent d1cda83 commit 87c1082

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Main App/app/src/main/java/com/hsappdev/ahs/UI/profile/ProfileFragment.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ public View onCreateView(@NonNull LayoutInflater inflater, @Nullable ViewGroup c
118118
@Override
119119
public void run() {
120120
Calendar currentTime = Calendar.getInstance();
121-
LocalDate localDate = LocalDate.now().minusDays(3); // local date is more accurate for week of year and day of week
121+
LocalDate localDate = LocalDate.now(); // local date is more accurate for week of year and day of week
122122
//get time in hours and minutes(basically 24 hour time format)
123123
int hours = currentTime.get(Calendar.HOUR_OF_DAY);
124124
int minutes = currentTime.get(Calendar.MINUTE);

0 commit comments

Comments
 (0)