@@ -359,7 +359,7 @@ public partial class View : Responder, ISupportInitializeNotification
SetHasFocus (false, this);
}
- if (ClearOnVisibleFalse)
+ if (IsInitialized && ClearOnVisibleFalse)
{
Clear ();
@@ -376,11 +376,6 @@ public partial class View
- if (Title == "_Text:")
- {
-
- }
// This should NOT clear
TextFormatter?.Draw (
BoundsToScreen (contentArea),