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

Commit 1119f1ec authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "libvulkan: remove a redundant check debuggable logic" into qt-qpr1-dev...

Merge "libvulkan: remove a redundant check debuggable logic" into qt-qpr1-dev am: eab94c8f am: 4f2cf91f

Change-Id: Ifb3ca893ba2315167c205897355a49c510dffb58
parents 502a77e1 4f2cf91f
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -124,8 +124,7 @@ class OverrideLayerNames {
    };

    void AddImplicitLayers() {
        if (!is_instance_ ||
            !android::GraphicsEnv::getInstance().isDebuggable())
        if (!is_instance_)
            return;

        GetLayersFromSettings();