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

Commit 0de2eca5 authored by Chris Craik's avatar Chris Craik Committed by Android Git Automerger
Browse files

am 112e35b4: Merge "Update generationId on bitmaps when decoded into by...

am 112e35b4: Merge "Update generationId on bitmaps when decoded into by BitmapRegionDecoder" into lmp-mr1-dev

* commit '112e35b4':
  Update generationId on bitmaps when decoded into by BitmapRegionDecoder
parents dbe54533 112e35b4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -242,6 +242,7 @@ static jobject nativeDecodeRegion(JNIEnv* env, jobject, jlong brdHandle,
    }

    if (tileBitmap != NULL) {
        bitmap->notifyPixelsChanged();
        return tileBitmap;
    }