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

Commit 266dcc4d authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 11629448 from c2580e1d to 24Q3-release

Change-Id: Ie9a4ceb7fea8d0bd7ce80013ceee5a81302b11dd
parents d0adf99c c2580e1d
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();
    }