Skip to content

Commit 14f8b31

Browse files
committed
Add missing override annotation
1 parent 35aad34 commit 14f8b31

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/java/com/github/mobile/util/HttpImageGetter.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ private HttpRequest createRequest(String source) {
198198
return request;
199199
}
200200

201+
@Override
201202
public Drawable getDrawable(String source) {
202203
File output = null;
203204
try {

0 commit comments

Comments
 (0)