changeset 2562:11411f103d27

Android: After removing Address Sanitizer I got a type mismatch error.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Tue, 18 May 2021 23:29:15 +0000
parents f28d7d0ca5ed
children 56183bef6793
files android/DWindows.kt
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/android/DWindows.kt	Tue May 18 22:48:33 2021 +0000
+++ b/android/DWindows.kt	Tue May 18 23:29:15 2021 +0000
@@ -642,7 +642,7 @@
     }
 
     override fun getView(position: Int, view: View?, parent: ViewGroup): View {
-        var rowView: ConstraintLayout? = view as ConstraintLayout
+        var rowView: ConstraintLayout? = view as ConstraintLayout?
 
         // If the view passed in is null we need to create the layout
         if(rowView == null) {