mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-11-23 05:16:15 +03:00
Fix #666 Glide does not use SSO network stack
Signed-off-by: stefan-niedermann <info@niedermann.it>
This commit is contained in:
parent
0bcfc0b14f
commit
9560552682
1 changed files with 1 additions and 2 deletions
|
@ -9,7 +9,6 @@ import com.bumptech.glide.Registry;
|
|||
import com.bumptech.glide.annotation.GlideModule;
|
||||
import com.bumptech.glide.load.model.GlideUrl;
|
||||
import com.bumptech.glide.module.AppGlideModule;
|
||||
import com.bumptech.glide.module.LibraryGlideModule;
|
||||
|
||||
import java.io.InputStream;
|
||||
|
||||
|
@ -20,7 +19,7 @@ import java.io.InputStream;
|
|||
* annotation processor, this class will be automatically included.
|
||||
*/
|
||||
@GlideModule
|
||||
public final class SingleSignOnLibraryGlideModule extends LibraryGlideModule {
|
||||
public final class SingleSignOnLibraryGlideModule extends AppGlideModule {
|
||||
@Override
|
||||
public void registerComponents(
|
||||
@NonNull Context context, @NonNull Glide glide, @NonNull Registry registry) {
|
||||
|
|
Loading…
Reference in a new issue