Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 106b00d6 authored by Michael Wright's avatar Michael Wright Committed by android-build-merger
Browse files

Merge "Change storage duration to static for native choreographer."

am: a1ef6e7d

* commit 'a1ef6e7d':
  Change storage duration to static for native choreographer.

Change-Id: I0bbef00b28695b6e20cce44f662e31760761bd13
parents 6d53167f a1ef6e7d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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();