# HG changeset patch # User bsmith@81767d24-ef19-dc11-ae90-00e081727c95 # Date 1635380562 0 # Node ID c359cbd0b20f7476259f97eb4c84ed4a7109ca49 # Parent 42ff9d95e87b1cc98f007c4db369a806562fb2d5 Android: Revert the change from Placeholder to View since it didn't solve the problem. diff -r 42ff9d95e87b -r c359cbd0b20f android/DWindows.kt --- a/android/DWindows.kt Wed Oct 27 23:26:44 2021 +0000 +++ b/android/DWindows.kt Thu Oct 28 00:22:42 2021 +0000 @@ -1710,8 +1710,8 @@ // We can't pack nothing, so create an empty placeholder to pack if(item == null) { - item = View(this) - item.visibility = View.VISIBLE + item = Placeholder(this) + item.emptyVisibility = View.VISIBLE } // Handle scrollboxes by pulling the LinearLayout