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

Commit 9fb8a51c authored by Ivan.liu's avatar Ivan.liu Committed by android-build-merger
Browse files

Merge "Fix suspend crash issue on no GPU platform." am: 175621f5

am: 98b07f6b

Change-Id: If835dcbebeda79d67c8afeeaafeae0b76d869df4
parents 48609b7e 98b07f6b
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -547,6 +547,11 @@ final class ColorFade {
                logEglError("eglChooseConfig");
                return false;
            }
            if (numEglConfigs[0] <= 0) {
                Slog.e(TAG, "no valid config found");
                return false;
            }

            mEglConfig = eglConfigs[0];
        }