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

Commit 51a812f0 authored by Peter Kalauskas's avatar Peter Kalauskas
Browse files

Remove TODO comment of fixed bug

Test: None
Bug: 116112787
Change-Id: Ie40328ec50aa1a1343a16ec011b65942e2c4ad94
parent 74c4faa3
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -366,8 +366,6 @@ class TaskSnapshotPersister {
        }

        boolean writeBuffer() {
            // TODO(b/116112787) TaskSnapshot needs bookkeep the ColorSpace of the
            // hardware bitmap when created.
            final Bitmap bitmap = Bitmap.wrapHardwareBuffer(
                    mSnapshot.getSnapshot(), mSnapshot.getColorSpace());
            if (bitmap == null) {