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

Commit 233e3382 authored by Anton Ivanov's avatar Anton Ivanov Committed by Android (Google) Code Review
Browse files

Merge "Remove spurious creation of sp<Choreographer>." into main

parents 12cdd22c 9ffd0ea3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -100,7 +100,7 @@ sp<Choreographer> Choreographer::getForThread() {
            return nullptr;
        }
    }
    return gChoreographer.get();
    return gChoreographer;
}

Choreographer::Choreographer(const sp<Looper>& looper, const sp<IBinder>& layerHandle)