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

Commit 69d25138 authored by Brian Carlstrom's avatar Brian Carlstrom
Browse files

Track Looper decoupling from ALooper

Change-Id: I83d1f5f6600019268c53706b7bf6d94b84931e18
parent 0c2a8c7f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ RenderThread::~RenderThread() {
bool RenderThread::threadLoop() {
    for (;;) {
        int result = mLooper->pollAll(-1);
        if (result == ALOOPER_POLL_ERROR) {
        if (result == Looper::POLL_ERROR) {
            // TODO Something?
            break;
        }