changeset 2688:c359cbd0b20f

Android: Revert the change from Placeholder to View since it didn't solve the problem.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 28 Oct 2021 00:22:42 +0000
parents 42ff9d95e87b
children 7127de139acf
files android/DWindows.kt
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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