Skip to content

Commit

Permalink
Merge pull request #16550 from bernhardoj/fix/15970
Browse files Browse the repository at this point in the history
Fix pdf attachment still shows a password form when switch to another pdf attachment
  • Loading branch information
marcaaron authored Mar 27, 2023
2 parents e275b9b + 2f64f09 commit 8321d5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/AttachmentCarousel/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ class AttachmentCarousel extends React.Component {
<AttachmentView
onPress={() => this.toggleArrowsVisibility(!this.state.shouldShowArrow)}
source={authSource}
key={authSource}
file={this.state.file}
/>
</CarouselActions>
Expand Down

0 comments on commit 8321d5e

Please sign in to comment.