fix is_portrait not being awaited

This commit is contained in:
2025-10-05 21:01:07 +03:00
parent 2b2f56b3ab
commit 883cfcc830
+1 -1
View File
@@ -18,7 +18,7 @@ async def page():
await asyncio.sleep(1)
ui.navigate.to("/contents")
portrait = is_portrait()
portrait = await is_portrait()
await draw_header()