From 2093c5cb9e242c9ca51d82cb5bb387cfe04f2642 Mon Sep 17 00:00:00 2001 From: SpoinkyNL Date: Wed, 26 Aug 2020 00:39:11 +0200 Subject: [PATCH] Profile editor - Remove now unnecessary delay when activating --- src/Artemis.UI/Screens/Module/ModuleRootViewModel.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Artemis.UI/Screens/Module/ModuleRootViewModel.cs b/src/Artemis.UI/Screens/Module/ModuleRootViewModel.cs index 7851a2982..6125fdac1 100644 --- a/src/Artemis.UI/Screens/Module/ModuleRootViewModel.cs +++ b/src/Artemis.UI/Screens/Module/ModuleRootViewModel.cs @@ -50,9 +50,6 @@ namespace Artemis.UI.Screens.Module private async Task AddTabsAsync() { - // Give the screen a moment to active without freezing the UI thread - await Task.Delay(400); - // Create the profile editor and module VMs if (Module is ProfileModule profileModule) {