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

Commit e255f587 authored by Peiyong Lin's avatar Peiyong Lin Committed by Automerger Merge Worker
Browse files

[DO NOT MERGE] Clear persist.graphics.egl property. am: bcf03f19

parents 5bb968c0 bcf03f19
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -67,6 +67,7 @@ GpuService::GpuService()
    mGpuWorkAsyncInitThread = std::make_unique<std::thread>([this]() {
        mGpuWork->initialize();
    });
    property_set("persist.graphics.egl", "");
};

GpuService::~GpuService() {