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

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

am 04b633c5: am 0de2eca5: am 112e35b4: Merge "Update generationId on bitmaps...

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

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


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