We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a05592a commit bcb3b43Copy full SHA for bcb3b43
IconColorization/app/src/main/java/com/ptrprograms/iconcolorization/activity/MainActivity.java
@@ -65,8 +65,7 @@ protected void onCreate(Bundle savedInstanceState) {
65
.transform( new ColorTransformation( getResources().getColor( R.color.remote_image_color ) ) )
66
.into( mDrawableUrlTransformedImage );
67
68
- if( Build.VERSION.SDK_INT >= Build.VERSION_CODES.HONEYCOMB )
69
- Picasso.with( this ).load( R.drawable.ic_star ).transform( new ColorTransformation( getResources().getColor( R.color.action_bar_icon_color ) ) ).into(ActionBarIconTarget);
+ Picasso.with( this ).load( R.drawable.ic_star ).transform( new ColorTransformation( getResources().getColor( R.color.action_bar_icon_color ) ) ).into(ActionBarIconTarget);
70
}
71
72
0 commit comments