feat: complete UM Trace iOS and field UI integration
This commit is contained in:
15
FieldLogger/Views/Controls/FloatingMenuButton.xaml.cs
Normal file
15
FieldLogger/Views/Controls/FloatingMenuButton.xaml.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
namespace FieldLogger.Views.Controls;
|
||||
|
||||
public partial class FloatingMenuButton : ContentView
|
||||
{
|
||||
public FloatingMenuButton()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
|
||||
private void OnMenuClicked(object? sender, EventArgs e)
|
||||
{
|
||||
if (Shell.Current is not null)
|
||||
Shell.Current.FlyoutIsPresented = true;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user