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

Commit b3d42176 authored by Kevin Jeon's avatar Kevin Jeon Committed by Automerger Merge Worker
Browse files

Merge "Update IsZygote to return true for webview_zygote" am: 49a5ceeb am: e7a7f8a4

parents b9ef43e3 e7a7f8a4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -208,5 +208,5 @@ bool IsZygote(int pid) {
    cmdline = std::string(cmdline.c_str());

    return cmdline == "zygote" || cmdline == "zygote64" || cmdline == "usap32" ||
            cmdline == "usap64";
            cmdline == "usap64" || cmdline == "webview_zygote";
}