tg app fix sizes

This commit is contained in:
xds
2025-10-27 22:33:49 +03:00
parent 2862267f5c
commit 0b4698b171

View File

@@ -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()