Skip to content

Commit

Permalink
DO NOT MERGE: debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiaoy312 committed Jul 23, 2024
1 parent 3ff03b1 commit 08041e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ public class CommandBarIntegrationTests : BaseDxamlTestClass
public static void ClassSetup()
{
CommonTestSetupHelper.CommonTestClassSetup();
Application.Current.DebugSettings.LayoutCycleTracingLevel = LayoutCycleTracingLevel.High;
}

[ClassCleanup]
Expand Down
2 changes: 1 addition & 1 deletion src/Uno.UI/UI/Xaml/Controls/AppBar/AppBar.Partial.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1346,7 +1346,7 @@ private void TeardownOverlayState()
if (m_tpLayoutRoot is { })
{
var indexOfOverlayElement = m_tpLayoutRoot.Children.IndexOf(m_overlayElement);
MUX_ASSERT(indexOfOverlayElement != -1);
//MUX_ASSERT(indexOfOverlayElement != -1);

if (indexOfOverlayElement != -1)
{
Expand Down

0 comments on commit 08041e0

Please sign in to comment.