Skip to content

fix(neighborinfo): disable neighbor info dialog temporarily#4345

Merged
jamesarich merged 2 commits into
mainfrom
fix/annoying-neighbors
Jan 28, 2026
Merged

fix(neighborinfo): disable neighbor info dialog temporarily#4345
jamesarich merged 2 commits into
mainfrom
fix/annoying-neighbors

Conversation

@jamesarich

Copy link
Copy Markdown
Collaborator

The canRequestNeighborInfo capability has been temporarily disabled because the feature is not working as expected.

This change involves:

  • Hardcoding the canRequestNeighborInfo capability to false.
  • Updating the corresponding tests to reflect that the feature is now disabled for all firmware versions.
  • Commenting out the UI code in Main.kt that was responsible for displaying the NeighborInfo response dialog.

resolves #4285 until we can get it working properly. 😞

The `canRequestNeighborInfo` capability has been temporarily disabled because the feature is not working as expected.

This change involves:
- Hardcoding the `canRequestNeighborInfo` capability to `false`.
- Updating the corresponding tests to reflect that the feature is now disabled for all firmware versions.
- Commenting out the UI code in `Main.kt` that was responsible for displaying the NeighborInfo response dialog.

Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
@codecov

codecov Bot commented Jan 28, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 0.00%. Comparing base (636788b) to head (c50ed3f).
⚠️ Report is 2 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@          Coverage Diff          @@
##            main   #4345   +/-   ##
=====================================
  Coverage   0.00%   0.00%           
=====================================
  Files          3       3           
  Lines         28      28           
  Branches       8       8           
=====================================
  Misses        28      28           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@DaneEvans

Copy link
Copy Markdown
Collaborator

That's a hammer, but it makes sense.
It's too annoying in open, but I'll get something in and retest it in internal

The code that should suppress it isn't doing so at the moment, I'll hopefully get to it this afternoon.

to ensure debug override test still works

Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
@jamesarich jamesarich added this pull request to the merge queue Jan 28, 2026
Merged via the queue into main with commit 091ca9b Jan 28, 2026
9 checks passed
@jamesarich jamesarich deleted the fix/annoying-neighbors branch January 28, 2026 03:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: Neighbor info popup occuring w/out request

2 participants