Skip to content

Commit a78cd9b

Browse files
committed
Frontend.Maui: show navigation bar on SendPage
Just like it is on Xamarin.
1 parent 91a2915 commit a78cd9b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/GWallet.Frontend.XF/ReceivePage.xaml.fs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,11 @@ type ReceivePage(account: IAccount,
190190
failwith "Initialization of ReceivePage() didn't happen?"
191191

192192
newPage :> Page
193-
193+
#if XAMARIN
194194
FrontendHelpers.SwitchToNewPage self sendPage false
195+
#else
196+
FrontendHelpers.SwitchToNewPage self sendPage true
197+
#endif
195198

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

0 commit comments

Comments
 (0)