File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
commons/src/main/java/org/wikimedia/commons/contributions Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 4
4
import android .widget .ImageView ;
5
5
import android .widget .ProgressBar ;
6
6
import android .widget .TextView ;
7
+ import org .wikimedia .commons .MediaWikiImageView ;
7
8
import org .wikimedia .commons .R ;
8
9
9
10
class ContributionViewHolder {
10
- final ImageView imageView ;
11
+ final MediaWikiImageView imageView ;
11
12
final TextView titleView ;
12
13
final TextView stateView ;
13
14
final TextView seqNumView ;
@@ -16,7 +17,7 @@ class ContributionViewHolder {
16
17
String url ;
17
18
18
19
ContributionViewHolder (View parent ) {
19
- imageView = (ImageView ) parent .findViewById (R .id .contributionImage );
20
+ imageView = (MediaWikiImageView ) parent .findViewById (R .id .contributionImage );
20
21
titleView = (TextView )parent .findViewById (R .id .contributionTitle );
21
22
stateView = (TextView )parent .findViewById (R .id .contributionState );
22
23
seqNumView = (TextView )parent .findViewById (R .id .contributionSequenceNumber );
You can’t perform that action at this time.
0 commit comments