Conversation
pwltr
commented
Sep 15, 2026
| content() | ||
| } | ||
| if (app != null) { | ||
| if (showToastOverlay && app != null) { |
Contributor
Author
There was a problem hiding this comment.
Hopefully this is the right fix for #1267.
Contributor
Author
There was a problem hiding this comment.
Should this default to false for all sheets?
pwltr
commented
Sep 15, 2026
| } else { | ||
| Modifier.graphicsLayer { | ||
| colorFilter = ColorFilter.tint(Colors.White32) | ||
| CompositionLocalProvider(LocalMinimumInteractiveComponentSize provides 0.dp) { |
Contributor
Author
There was a problem hiding this comment.
This fixed small button text and disabled styles
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.
Description
This PR polishes the current wallet UI stack:
master.Design
Mapped screen references are listed in
docs/screens-map.mdfor the touched screens, including:HomeScreen.kt→ Wallet On-chain › Wallet BTCSavingsWalletScreen.kt→ Savings, Spending, Hardware Balances › Savings PopulatedSpendingWalletScreen.kt→ Savings, Spending, Hardware Balances › Spending ReadySpendingAmountScreen.kt/SpendingAdvancedScreen.kt/SpendingConfirmScreen.kt→ Transfer to Spending Balance From Savings framesEditInvoiceScreen.kt/ReceiveConfirmScreen.kt/ReceiveQrScreen.kt→ receive/send invoice framesActivityDetailScreen.kt/AllActivityScreen.kt→ transaction/activity framesRestoreWalletScreen.kt/OnboardingSlidesScreen.kt/CreateWalletScreen.kt→ onboarding framesBackupIntroScreen.kt/QuickPayIntroScreen.kt→ settings intro framesOut-of-map sheets and shared components were cross-checked against the existing iOS implementation and user-provided screenshots during implementation.
Preview
QA Notes
Manual Tests
Automated Checks
./gradlew compileDevDebugKotlin