Thanks to visit codestin.com
Credit goes to github.com

Skip to content

FIX: QRCOde was not rendering on Android#7877

Merged
GladosBlueWallet merged 1 commit into
masterfrom
qrreci
May 12, 2025
Merged

FIX: QRCOde was not rendering on Android#7877
GladosBlueWallet merged 1 commit into
masterfrom
qrreci

Conversation

@marcosrdz

Copy link
Copy Markdown
Member

No description provided.

@marcosrdz marcosrdz requested review from Overtorment and Copilot May 11, 2025 21:15
@marcosrdz marcosrdz self-assigned this May 11, 2025

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR addresses an issue causing the QR code to not render on Android by removing the layout animation configuration that was potentially interfering with the rendering process.

  • Removed Android-specific layout animation enabling via UIManager.
  • Eliminated the useEffect hook triggering LayoutAnimation on prop changes.
Comments suppressed due to low confidence (1)

components/QRCodeComponent.tsx:10

  • [nitpick] The removal of the UIManager layout animation enabling and the corresponding useEffect hook is clear, but adding a comment explaining why these changes were made to fix the Android QR code rendering issue could help future maintainers.
if (Platform.OS === 'android' && UIManager.setLayoutAnimationEnabledExperimental) {

@GladosBlueWallet GladosBlueWallet merged commit daac0d6 into master May 12, 2025
@GladosBlueWallet

Copy link
Copy Markdown
Collaborator

Unbelievable. You, [subject name here], must be the pride of [subject hometown here]!

@GladosBlueWallet GladosBlueWallet deleted the qrreci branch May 12, 2025 09:25
@Overtorment

Copy link
Copy Markdown
Member

weird that its merged.
glados saw all the checks passed, altho they reported red in GH ui

image

@Overtorment

Copy link
Copy Markdown
Member

im inclined to believe glados. before the merge i manually restarted failed checks

@Overtorment

Copy link
Copy Markdown
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants