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

Commit 11d4a611 authored by Xin Li's avatar Xin Li
Browse files

Merge 24Q3 to AOSP main

Bug: 357762254
Merged-In: Ie8571e883132cfaa5a054cdcf4c3a827fa215014
Change-Id: Id0722aad4506a7ac0f9f522895ebfe6a61c1773b
parents 293ad296 f57c0cbc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -369,7 +369,7 @@ class ContactPhotoManagerImpl extends ContactPhotoManager implements Callback {
    if (DEBUG) {
      LogUtil.d("ContactPhotoManagerImpl.onTrimMemory", "onTrimMemory: " + level);
    }
    if (level >= ComponentCallbacks2.TRIM_MEMORY_MODERATE) {
    if (level >= ComponentCallbacks2.TRIM_MEMORY_BACKGROUND) {
      // Clear the caches.  Note all pending requests will be removed too.
      clear();
    }