Commit 81fef75f by Lee Jaebin

作業者の場合、ダブルタップできないように修正

parent b112ebc7
......@@ -928,7 +928,7 @@ public class ZoomRelativeLayout extends RelativeLayout {
Logger.v(TAG, "[OnDoubleTapListener]:[onDoubleTap]");
if (isProjectPdf && mContext instanceof ContentViewActivity) {
if(((ContentViewActivity) mContext).getOpenedProjestTask()) {
if(((ContentViewActivity) mContext).getOpenedProjestTask() || !isEnableProjectTaskNewOrMove()) {
return true;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment