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

Commit 48e06786 authored by Narayan Kamath's avatar Narayan Kamath Committed by Android Git Automerger
Browse files

am ab864345: Track AArch64 changes from AOSP.

* commit 'ab864345':
  Track AArch64 changes from AOSP.
parents 4eedaff5 ab864345
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -129,7 +129,7 @@ public final class MessageQueue {
        // Return here if the message loop has already quit and been disposed.
        // This can happen if the application tries to restart a looper after quit
        // which is not supported.
        final int ptr = mPtr;
        final long ptr = mPtr;
        if (ptr == 0) {
            return null;
        }