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

Commit 98b07f6b 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

Change-Id: Ia5b38915834859f569dda118f6ad61608a4b41a8
parents 1bf3b41c 175621f5
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];
        }