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

Commit aa19a2f6 authored by Narayan Kamath's avatar Narayan Kamath Committed by Gerrit Code Review
Browse files

Merge "Don't compare String8s to NULL."

parents 4f4892d0 90c75cf0
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -97,7 +97,7 @@ public:


    virtual void onExit(int code)
    virtual void onExit(int code)
    {
    {
        if (mClassName == NULL) {
        if (mClassName.isEmpty()) {
            // if zygote
            // if zygote
            IPCThreadState::self()->stopProcess();
            IPCThreadState::self()->stopProcess();
        }
        }