# HG changeset patch # User bsmith@81767d24-ef19-dc11-ae90-00e081727c95 # Date 1621380555 0 # Node ID 11411f103d27057a9c5ddf7caead41d56c39f35f # Parent f28d7d0ca5ed3c2058d8e0fe30b81fe4020f139b Android: After removing Address Sanitizer I got a type mismatch error. diff -r f28d7d0ca5ed -r 11411f103d27 android/DWindows.kt --- 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) {