gallery: re-enable pinch to zoom

This commit is contained in:
Andrew Dolgov 2017-06-02 18:46:55 +03:00
parent 522a6a6c7d
commit fb119c5678
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ public class GalleryImageFragment extends GalleryBaseFragment {
ImageMatrixTouchHandler touchHandler = new ImageMatrixTouchHandler(view.getContext());
//imgView.setOnTouchListener(touchHandler);
imgView.setOnTouchListener(touchHandler);
// shared element transitions stop GIFs from playing
if (m_url.toLowerCase().indexOf(".gif") == -1) {