Skip to content

Commit faae1d3

Browse files
committed
Merge branch 'release/3.4' into issue/1982-simperium-concurrency
Conflicts: WordPress/src/main/java/org/wordpress/android/models/Note.java
2 parents 3a0c45e + 1e499a6 commit faae1d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WordPressUtils/src/main/java/org/wordpress/android/util/WPImageGetter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ public void onResponse(ImageLoader.ImageContainer response, boolean isImmediate)
112112
return remote;
113113
}
114114

115-
private static class RemoteDrawable extends BitmapDrawable {
115+
public static class RemoteDrawable extends BitmapDrawable {
116116
Drawable mRemoteDrawable;
117117
final Drawable mLoadingDrawable;
118118
final Drawable mFailedDrawable;

0 commit comments

Comments
 (0)