Skip to content

Commit 14892a7

Browse files
committed
Remove redundant recycleview code
1 parent 0c1230a commit 14892a7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sample/src/main/java/com/cloudinary/android/sample/app/ImageActivity.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ protected void onCreate(@Nullable Bundle savedInstanceState) {
7979
imageView = (ImageView) findViewById(R.id.image_view);
8080
descriptionTextView = (TextView) findViewById(R.id.effectDescription);
8181
recyclerView = (RecyclerView) findViewById(R.id.effectsGallery);
82-
recyclerView.setHasFixedSize(true);
8382
LinearLayoutManager layoutManager = new LinearLayoutManager(this, LinearLayoutManager.HORIZONTAL, false);
8483
recyclerView.setLayoutManager(layoutManager);
8584

0 commit comments

Comments
 (0)