fixed tablet calendar

This commit is contained in:
ivic00
2024-12-28 15:53:36 +01:00
parent f1869f02f2
commit ab7a844bb5
4 changed files with 8 additions and 4 deletions

View File

@ -158,6 +158,8 @@ export default function TabLayout() {
return (
<View marginR-16 row centerV>
{Device.deviceType === DeviceType.TABLET && isCalendarPage && <View flex-1 center><CalendarHeader />
</View>}
{isCalendarPage && (
<View marginR-16><RefreshButton onRefresh={onRefresh} isSyncing={isLoading} /></View>
)}