-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Use TextureView #2244
Comments
Started work on this. |
Nice, looking forward seeing this working! Hopefully this will not be an issue:
|
|
@bleege Sure we might have to move those bugs to |
Moving this to Is there anything more to be done @ljbade or can we merge this one in as is? |
@ tobrun Were you able to reproduce the original issue without these changes? My understanding is that this is a speculative fix for an issue which is not reproducible with latest master. |
@mb12 will do a small test before it gets merged |
Per chat with @bleege, we are going to move this back to |
Great fix. This was a tough one. |
Merged. |
Now that we target API level 15 and above we should switch to
TextureView
The advantage is that we can treat a
MapView
the same as any otherView
. This will allow advanced layouts and may avoid bugs such as #2018 and #1894@bleege Do we want to do this in 0.1.0 or 0.2.0?
The text was updated successfully, but these errors were encountered: