diff --git a/src/components/settings/RecurrentyCreateUpdate.vue b/src/components/settings/RecurrentyCreateUpdate.vue index 57997f5..f042db8 100644 --- a/src/components/settings/RecurrentyCreateUpdate.vue +++ b/src/components/settings/RecurrentyCreateUpdate.vue @@ -88,7 +88,7 @@ const insetTop = ref(54) onMounted(async () => { if (tgApp && ['ios', 'android'].includes(tgApp.platform)) { - insetTop.value = tgApp.contentSafeAreaInset.top + insetTop.value = tgApp.contentSafeAreaInset.top + tgApp.safeAreaInset.top } await fetchData()