Skip to content

Commit a93d04f

Browse files
authored
Fix: Fixed issue where Home Page was opened when Files was launched with custom param (#15859)
1 parent bd90ffc commit a93d04f

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/Files.App/Helpers/Application/AppLifecycleHelper.cs

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -240,13 +240,7 @@ public static void SaveSessionTabs()
240240
}
241241
else
242242
{
243-
var defaultArg = new TabBarItemParameter()
244-
{
245-
InitialPageType = typeof(ShellPanesPage),
246-
NavigationParameter = "Home"
247-
};
248-
249-
return defaultArg.Serialize();
243+
return "";
250244
}
251245
})
252246
.ToList();

0 commit comments

Comments
 (0)