Skip to content

Commit

Permalink
Avoids cutting off some of the payables in the Pay intent screen
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorpamplona committed Dec 31, 2024
1 parent ee65169 commit 0ceccb2
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ import com.vitorpamplona.amethyst.model.Account
import com.vitorpamplona.amethyst.model.Note
import com.vitorpamplona.amethyst.model.User
import com.vitorpamplona.amethyst.service.ZapPaymentHandler
import com.vitorpamplona.amethyst.ui.components.SetDialogToEdgeToEdge
import com.vitorpamplona.amethyst.ui.screen.loggedIn.AccountViewModel
import com.vitorpamplona.amethyst.ui.screen.loggedIn.CloseButton
import com.vitorpamplona.amethyst.ui.screen.loggedIn.TextSpinner
Expand Down Expand Up @@ -303,8 +304,10 @@ fun PayViaIntentDialog(
DialogProperties(
dismissOnClickOutside = false,
usePlatformDefaultWidth = false,
decorFitsSystemWindows = false,
),
) {
SetDialogToEdgeToEdge()
Surface {
Column(modifier = Modifier.padding(10.dp).verticalScroll(rememberScrollState())) {
Row(
Expand Down

0 comments on commit 0ceccb2

Please sign in to comment.