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

Commit 5b3e2174 authored by Matthew Ng's avatar Matthew Ng Committed by android-build-merger
Browse files

Merge "Set use low res snapshots for low ram devices missing in theme snapshot" into oc-mr1-dev

am: 745388d5

Change-Id: I3ced2443d28b3e62c29fdb509d582db7b52c5da8
parents f05a01ca 745388d5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -299,7 +299,7 @@ class TaskSnapshotController {

        return new TaskSnapshot(hwBitmap.createGraphicBufferHandle(),
                topChild.getConfiguration().orientation, mainWindow.mStableInsets,
                false /* reduced */, 1.0f /* scale */);
                ActivityManager.isLowRamDeviceStatic() /* reduced */, 1.0f /* scale */);
    }

    /**