Skip to content

Commit

Permalink
Frontend.Maui: show navigation bar on SendPage
Browse files Browse the repository at this point in the history
Just like it is on Xamarin.
  • Loading branch information
webwarrior-ws committed May 23, 2024
1 parent 91a2915 commit f9cd7dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GWallet.Frontend.XF/ReceivePage.xaml.fs
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ type ReceivePage(account: IAccount,

newPage :> Page

FrontendHelpers.SwitchToNewPage self sendPage false
FrontendHelpers.SwitchToNewPage self sendPage true

member __.OnCopyToClipboardClicked(_sender: Object, _args: EventArgs) =
let copyToClipboardButton = base.FindByName<Button>("copyToClipboardButton")
Expand Down

0 comments on commit f9cd7dd

Please sign in to comment.