From 952135f7e0313ea6d1c1fc92a6c1f4bef981e563 Mon Sep 17 00:00:00 2001 From: Gleidson Daniel Date: Tue, 20 Sep 2022 20:23:26 -0300 Subject: [PATCH] fix share extension --- app/views/ShareView/index.tsx | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/app/views/ShareView/index.tsx b/app/views/ShareView/index.tsx index 6297f56d9..f099b8c2d 100644 --- a/app/views/ShareView/index.tsx +++ b/app/views/ShareView/index.tsx @@ -127,11 +127,13 @@ class ShareView extends Component { headerRight = () => { const { theme } = this.props; - return ( - - - - ); + if (!this.isShareExtension) + return ( + + + + ); + return null; }; setHeader = () => {