We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1af462c commit ec97bf2Copy full SHA for ec97bf2
package/android/cpp/rnskia-android/SkiaOpenGLSurfaceFactory.h
@@ -90,7 +90,7 @@ class WindowSurfaceHolder {
90
// Check for exceptions
91
if (env->ExceptionCheck()) {
92
RNSkLogger::logToConsole(
93
- "updateTexImage() failed. The exception above can safely be ignored");
+ "updateAndRelease() failed. The exception above can safely be ignored");
94
env->ExceptionClear();
95
}
96
@@ -162,4 +162,4 @@ class SkiaOpenGLSurfaceFactory {
162
163
};
164
165
-} // namespace RNSkia
+} // namespace RNSkia
0 commit comments