Commit 63578199 by Lee Jaebin

Merge branch 'feature/1.0.1_leej' into feature/1.0.1

parents 0a489272 81fef75f
......@@ -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