Skip to content

Commit 1937b05

Browse files
committed
Remove deprecated ComponentCallbacks methods in RequestManager
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=187624368
1 parent 7fecca9 commit 1937b05

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

library/src/main/java/com/bumptech/glide/RequestManager.java

-22
Original file line numberDiff line numberDiff line change
@@ -172,28 +172,6 @@ public RequestManager setDefaultRequestOptions(@NonNull RequestOptions requestOp
172172
return this;
173173
}
174174

175-
/**
176-
* @see android.content.ComponentCallbacks2#onTrimMemory(int)
177-
*
178-
* @deprecated This method is called automatically by Glide's internals and shouldn't be called
179-
* externally.
180-
*/
181-
@Deprecated
182-
public void onTrimMemory(int level) {
183-
glide.onTrimMemory(level);
184-
}
185-
186-
/**
187-
* @see android.content.ComponentCallbacks2#onLowMemory()
188-
*
189-
* @deprecated This method is called automatically by Glide's internals and shouldn't be called
190-
* externally.
191-
*/
192-
@Deprecated
193-
public void onLowMemory() {
194-
glide.onLowMemory();
195-
}
196-
197175
/**
198176
* Returns true if loads for this {@link RequestManager} are currently paused.
199177
*

0 commit comments

Comments
 (0)