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

Commit 1286e511 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

am: 9fb8a51c

Change-Id: Iac53929b195ad126cefce5a36a0ade2783b77c95
parents 21cd398c 9fb8a51c
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];
        }