diff --git a/suite-native/receive/src/components/ShowAddressButtons.tsx b/suite-native/receive/src/components/ShowAddressButtons.tsx index b9d3768949d..a468b6d4ced 100644 --- a/suite-native/receive/src/components/ShowAddressButtons.tsx +++ b/suite-native/receive/src/components/ShowAddressButtons.tsx @@ -28,7 +28,7 @@ export const ShowAddressButtons = ({ onShowAddress }: ShowAddressButtonsProps) = }; const handleShowAddress = () => { - if (isDeviceInViewOnlyMode) { + if (!isPortfolioTrackerDevice && isDeviceInViewOnlyMode) { setIsViewOnlyBottomSheetVisible(true); } else { onShowAddress();