[Android.Views] Refresh the surface when recreated (#1234)

Fixes #1232
This commit is contained in:
Matthew Leibowitz 2020-04-16 18:07:19 +02:00 коммит произвёл GitHub
Родитель cef01f15e6
Коммит 2550d14410
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -144,12 +144,13 @@ namespace SkiaSharp.Views.Android
public void OnSurfaceTextureUpdated(SurfaceTexture surface)
{
//mGLThread.RequestRender();
//glThread.RequestRender();
}
public void OnSurfaceTextureAvailable(SurfaceTexture surface, int width, int height)
{
glThread.OnSurfaceCreated();
glThread.RequestRender();
}
public bool OnSurfaceTextureDestroyed(SurfaceTexture surface)