Make periodPrediction on Calendar adjustable
This commit is contained in:
@@ -2,6 +2,7 @@ import { LocalDate } from '@js-joda/core'
|
|||||||
import { verticalScale } from 'react-native-size-matters'
|
import { verticalScale } from 'react-native-size-matters'
|
||||||
|
|
||||||
import { Colors, Fonts, Sizes } from '../../styles'
|
import { Colors, Fonts, Sizes } from '../../styles'
|
||||||
|
import { periodPredictionObservable } from '../../local-storage'
|
||||||
|
|
||||||
const { shades } = Colors.iconColors.bleeding
|
const { shades } = Colors.iconColors.bleeding
|
||||||
|
|
||||||
@@ -26,6 +27,7 @@ export const toCalFormat = (bleedingDaysSortedByDate) => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export const predictionToCalFormat = (predictedDays) => {
|
export const predictionToCalFormat = (predictedDays) => {
|
||||||
|
if (!periodPredictionObservable.value) return {}
|
||||||
if (!predictedDays.length) return {}
|
if (!predictedDays.length) return {}
|
||||||
const todayDateString = LocalDate.now().toString()
|
const todayDateString = LocalDate.now().toString()
|
||||||
const middleIndex = (predictedDays[0].length - 1) / 2
|
const middleIndex = (predictedDays[0].length - 1) / 2
|
||||||
|
|||||||
Reference in New Issue
Block a user