Skip to content

fix: activity reference to use reactApplicationContext + avoid every launcher component disabled#1

Merged
ViniciusSantosFS merged 1 commit into
mainfrom
fix-android
Jun 4, 2026
Merged

fix: activity reference to use reactApplicationContext + avoid every launcher component disabled#1
ViniciusSantosFS merged 1 commit into
mainfrom
fix-android

Conversation

@ViniciusSantosFS

@ViniciusSantosFS ViniciusSantosFS commented Jun 4, 2026

Copy link
Copy Markdown
Owner

This PR fix two issues,

  • Recent RN versions doesn ot accept the direct usse of currentActivity on kt modules
  • When the app schedule an icon to kill classesToKill in the queue it does provide a way to remove this previous icon from the queue anymore so if an user selects icon A -> icon B -> icon A every launcher component will be disabled

Fix:

  • This PR contain the fix
  • completeIconChange removes newClass from classesToKill after it is enabled, so the enabled launcher component cannot be disabled in the same pass.

@ViniciusSantosFS ViniciusSantosFS self-assigned this Jun 4, 2026
@ViniciusSantosFS ViniciusSantosFS changed the title fix: activity reference to use reactApplicationContext + avoid every … fix: activity reference to use reactApplicationContext + avoid every launcher component disabled Jun 4, 2026
@ViniciusSantosFS ViniciusSantosFS merged commit 8c4ebeb into main Jun 4, 2026
@ViniciusSantosFS ViniciusSantosFS deleted the fix-android branch June 4, 2026 09:21
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.

1 participant