-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow modifying RequestBuilders after calling into().
Fixes an issue where setting options on the generated GlideRequest after having used it to load one image would throw an exception because the internal RequestOptions object was locked when the first load was started. Now we apply autoClone() to make sure that the options object for the first load isn’t modified by subsequent changes to options, but also allowing those changes to occur.
- Loading branch information
Showing
1 changed file
with
28 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters