fix: show receive details button when node starting#1090
Open
jvsena42 wants to merge 5 commits into
Open
Conversation
jvsena42
marked this pull request as ready for review
July 16, 2026 16:47
Greptile SummaryThis PR makes Receive details available while the Lightning node starts. The main changes are:
Confidence Score: 4/5Unavailable-node Spending details can show stale invoice data or remain on an endless spinner.
app/src/main/java/to/bitkit/ui/screens/wallets/receive/ReceiveQrScreen.kt
|
| Filename | Overview |
|---|---|
| app/src/main/java/to/bitkit/ui/screens/wallets/receive/ReceiveQrScreen.kt | Exposes Receive actions before the node is running and adds a fallback loading state for missing Spending invoices. |
| changelog.d/next/1090.fixed.md | Documents that on-chain Receive details are available while the Lightning node starts. |
Reviews (1): Last reviewed commit: "fix: remove node running gate for displa..." | Re-trigger Greptile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR makes the Show Details button on the Receive screen available while the Lightning node is still starting up, so the on-chain address can be viewed and copied right away.
Description
Preview
with-spending.webm
only-savings.webm
QA Notes
Manual Tests
regression:Node running → Savings → tap Show Details: unchanged, shows the address.regression:Node running, no usable channels → Spending: CJIT button still appears.regression:Node running, usable channels → Auto and Spending → tap Show Details: still show the LN payment request.Automated Checks
ReceiveInvoiceUtilsTest.kt.just compile,just test,just lint.