Skip to content

Commit

Permalink
Merge pull request #36660 from bernhardoj/fix/36372-tooltip-still-sho…
Browse files Browse the repository at this point in the history
…wn-when-reaction-list-open
  • Loading branch information
blimpich authored Feb 19, 2024
2 parents 935c44a + d984055 commit 5b265f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {View} from 'react-native';
import type {OnyxEntry} from 'react-native-onyx';
import type {Emoji} from '@assets/emojis/types';
import OfflineWithFeedback from '@components/OfflineWithFeedback';
import Tooltip from '@components/Tooltip';
import Tooltip from '@components/Tooltip/PopoverAnchorTooltip';
import withCurrentUserPersonalDetails from '@components/withCurrentUserPersonalDetails';
import type {WithCurrentUserPersonalDetailsProps} from '@components/withCurrentUserPersonalDetails';
import useThemeStyles from '@hooks/useThemeStyles';
Expand Down

0 comments on commit 5b265f3

Please sign in to comment.