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

Commit 8a890ad9 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "libbinder_ndk: AIBinder_isRemote(nullptr) -> false"

parents b6b0c604 56f752ac
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -302,7 +302,7 @@ AIBinder* AIBinder_new(const AIBinder_Class* clazz, void* args) {

bool AIBinder_isRemote(const AIBinder* binder) {
    if (binder == nullptr) {
        return true;
        return false;
    }

    return binder->isRemote();