image fragment: mention that image matrix touch handler overrides context menus (because of ontouch listener)
This commit is contained in:
parent
b92b49e492
commit
1102e522f1
@ -38,6 +38,7 @@ public class GalleryImageFragment extends GalleryBaseFragment {
|
||||
|
||||
ImageView imgView = (ImageView) view.findViewById(R.id.flavor_image);
|
||||
|
||||
// TODO: ImageMatrixTouchHandler doesn't like context menus
|
||||
ImageMatrixTouchHandler touchHandler = new ImageMatrixTouchHandler(view.getContext());
|
||||
|
||||
imgView.setOnTouchListener(touchHandler);
|
||||
|
Loading…
Reference in New Issue
Block a user