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 a78cd9b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/GWallet.Frontend.XF/ReceivePage.xaml.fs
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,11 @@ type ReceivePage(account: IAccount,
failwith "Initialization of ReceivePage() didn't happen?"

newPage :> Page

#if XAMARIN
FrontendHelpers.SwitchToNewPage self sendPage false
#else
FrontendHelpers.SwitchToNewPage self sendPage true
#endif

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

0 comments on commit a78cd9b

Please sign in to comment.