From dba43e248baa0a536f6b8364dd5db49eb15f3cfa Mon Sep 17 00:00:00 2001 From: xmflsct Date: Tue, 9 Aug 2022 00:49:50 +0200 Subject: [PATCH] Fixed #358 --- src/components/Timeline/Shared/HeaderDefault.android.tsx | 1 + src/components/Timeline/Shared/HeaderNotification.android.tsx | 1 + 2 files changed, 2 insertions(+) diff --git a/src/components/Timeline/Shared/HeaderDefault.android.tsx b/src/components/Timeline/Shared/HeaderDefault.android.tsx index 24051752..be6785a0 100644 --- a/src/components/Timeline/Shared/HeaderDefault.android.tsx +++ b/src/components/Timeline/Shared/HeaderDefault.android.tsx @@ -109,6 +109,7 @@ const TimelineHeaderDefault = ({ queryKey, status, highlighted }: Props) => { size={StyleConstants.Font.Size.L} /> } + style={{ width: '100%', height: '100%' }} /> ) : null} diff --git a/src/components/Timeline/Shared/HeaderNotification.android.tsx b/src/components/Timeline/Shared/HeaderNotification.android.tsx index b2331dcd..97fab6d8 100644 --- a/src/components/Timeline/Shared/HeaderNotification.android.tsx +++ b/src/components/Timeline/Shared/HeaderNotification.android.tsx @@ -91,6 +91,7 @@ const TimelineHeaderNotification = ({ queryKey, notification }: Props) => { size={StyleConstants.Font.Size.L} /> } + style={{ width: '100%', height: '100%' }} /> } />