Loading native/android/choreographer.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -82,7 +82,7 @@ private: }; thread_local Choreographer* gChoreographer; static thread_local Choreographer* gChoreographer; Choreographer* Choreographer::getForThread() { if (gChoreographer == nullptr) { sp<Looper> looper = Looper::getForThread(); Loading Loading
native/android/choreographer.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -82,7 +82,7 @@ private: }; thread_local Choreographer* gChoreographer; static thread_local Choreographer* gChoreographer; Choreographer* Choreographer::getForThread() { if (gChoreographer == nullptr) { sp<Looper> looper = Looper::getForThread(); Loading