Skip to content

Commit

Permalink
fix blinking
Browse files Browse the repository at this point in the history
  • Loading branch information
waterim committed Dec 21, 2024
1 parent 01c0ad9 commit 8ebedfc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/pages/home/ReportScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -753,6 +753,10 @@ function ReportScreen({route, currentReportID = '', navigation}: ReportScreenPro
return null;
}

if (!isFocused) {
return null;
}

return (
<ActionListContext.Provider value={actionListValue}>
<ReactionListContext.Provider value={reactionListRef}>
Expand Down

0 comments on commit 8ebedfc

Please sign in to comment.