Skip to content

Commit

Permalink
💚
Browse files Browse the repository at this point in the history
  • Loading branch information
lozovskijaleksej committed Dec 10, 2023
1 parent 4b1ab45 commit 34ee3d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package/android/cpp/rnskia-android/SkiaOpenGLSurfaceFactory.h
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ class WindowSurfaceHolder {

// Check for exceptions
if (env->ExceptionCheck()) {
RNSkLogger::logToConsole(
"updateAndRelease() failed. The exception above can safely be ignored");
RNSkLogger::logToConsole("updateAndRelease() failed. The exception above "
"can safely be ignored");
env->ExceptionClear();
}
}
Expand Down

0 comments on commit 34ee3d4

Please sign in to comment.