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 7f38aaf commit 62fd531Copy full SHA for 62fd531
package/android/cpp/rnskia-android/SkiaOpenGLSurfaceFactory.h
@@ -89,8 +89,8 @@ class WindowSurfaceHolder {
89
90
// Check for exceptions
91
if (env->ExceptionCheck()) {
92
- RNSkLogger::logToConsole(
93
- "updateAndRelease() failed. The exception above can safely be ignored");
+ RNSkLogger::logToConsole("updateAndRelease() failed. The exception above "
+ "can safely be ignored");
94
env->ExceptionClear();
95
}
96
0 commit comments