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

Commit 362028d6 authored by Nick Kralevich's avatar Nick Kralevich Committed by Android Git Automerger
Browse files

am 411954ae: am a6416309: am 1e137549: am efa5c88f: Merge "Don\'t try to set service.bootanim.exit"

* commit '411954ae':
  Don't try to set service.bootanim.exit
parents 8883bebd 411954ae
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -307,9 +307,6 @@ bool BootAnimation::threadLoop()
        r = movie();
    }

    // No need to force exit anymore
    property_set(EXIT_PROP_NAME, "0");

    eglMakeCurrent(mDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT);
    eglDestroyContext(mDisplay, mContext);
    eglDestroySurface(mDisplay, mSurface);