No smooth transition from thumbnail to highres.

When it moves from a thumbnail to the highres there's an annoying flicker.
captchafix
Florens Douwes 11 years ago
parent b229ad3cc6
commit b8f32f4406
  1. 5
      Chan/src/org/floens/chan/ui/view/ThumbnailImageView.java

@ -170,6 +170,11 @@ public class ThumbnailImageView extends LoadView implements OnViewTapListener, V
}));
}
@Override
public void setView(View view, boolean animation) {
super.setView(view, animation && !thumbnailNeeded);
}
public VideoView getVideoView() {
return videoView;
}

Loading…
Cancel
Save