Skip to content

[tech debt] new arch fixes for ios/andriod#10

Open
jstheoriginal wants to merge 3 commits into
masterfrom
justin/final-new-arch-fixes-for-ios
Open

[tech debt] new arch fixes for ios/andriod#10
jstheoriginal wants to merge 3 commits into
masterfrom
justin/final-new-arch-fixes-for-ios

Conversation

@jstheoriginal
Copy link
Copy Markdown

When building for the new arch, there were multiple issues. this still might not solve them all, however.

@jstheoriginal jstheoriginal requested a review from jacruzca October 6, 2025 14:23
@jstheoriginal jstheoriginal added bug Something isn't working enhancement New feature or request labels Oct 6, 2025
// Set listeners
BeaconActivity.setOnOpenedListener(this);
BeaconActivity.setOnClosedListener(this);
.build();
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Bug: Beacon Initialization Failure

The init method creates a Beacon.Builder and calls build(), but the resulting Beacon object is discarded. This means Beacon.setBeacon() is never called, leaving the Beacon uninitialized and causing subsequent operations to fail.

Fix in Cursor Fix in Web

Comment thread android/build.gradle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant