Skip to content

Commit bcb3b43

Browse files
author
Paul Ruiz
committed
cleanup
1 parent a05592a commit bcb3b43

File tree

1 file changed

+1
-2
lines changed
  • IconColorization/app/src/main/java/com/ptrprograms/iconcolorization/activity

1 file changed

+1
-2
lines changed

IconColorization/app/src/main/java/com/ptrprograms/iconcolorization/activity/MainActivity.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@ protected void onCreate(Bundle savedInstanceState) {
6565
.transform( new ColorTransformation( getResources().getColor( R.color.remote_image_color ) ) )
6666
.into( mDrawableUrlTransformedImage );
6767

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);
68+
Picasso.with( this ).load( R.drawable.ic_star ).transform( new ColorTransformation( getResources().getColor( R.color.action_bar_icon_color ) ) ).into(ActionBarIconTarget);
7069
}
7170

7271
}

0 commit comments

Comments
 (0)