feat: make drawer impact modal count. simplify demo view model.
This commit is contained in:
@@ -31,6 +31,9 @@ public partial class DrawerDemoViewModel: ObservableObject
|
||||
{
|
||||
ShowDialogCommand = new AsyncRelayCommand(ShowDefaultDialog);
|
||||
ShowCustomDialogCommand = new AsyncRelayCommand(ShowCustomDrawer);
|
||||
SelectedPosition = Position.Right;
|
||||
IsGlobal = true;
|
||||
IsModal = true;
|
||||
}
|
||||
|
||||
private async Task ShowDefaultDialog()
|
||||
|
||||
Reference in New Issue
Block a user