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

Commit 893a0e71 authored by Mathias Agopian's avatar Mathias Agopian
Browse files

screen-off animation won't be handled by SF anymore

Change-Id: I66ad02b07b1148c1610e9c29ba80450d49c22806
parent 1ae49ab8
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -145,8 +145,7 @@ static void nativeSetPowerState(JNIEnv* env,

static void nativeStartSurfaceFlingerAnimation(JNIEnv* env,
        jobject obj, jint mode) {
    sp<ISurfaceComposer> s(ComposerService::getComposerService());
    s->turnElectronBeamOff(mode);
    // this is not handled by surfaceflinger anymore
}

static void nativeAcquireWakeLock(JNIEnv *env, jobject clazz, jint lock, jstring idObj) {