Fixed more cases

This commit is contained in:
Tig
2024-11-25 20:53:20 -07:00
parent fd5a2b6b23
commit 88f3d05a19
7 changed files with 13 additions and 7 deletions

View File

@@ -59,6 +59,7 @@ internal partial class LoginView : IRecipient<Message<LoginActions>>
}
}
SetText();
// BUGBUG: This should not be needed:
Application.LayoutAndDraw ();
}