Commit 6ea346af by Kim Jinsung

Merge branch 'features/1.2.301_#39225' into 'features/1.2.360_39278'

#39225 【Check Android 1.2.300】画面をダブルタップしても報告画面が開かないケースがある

See merge request !74
parents c48f1979 2d31b737
......@@ -4984,6 +4984,8 @@ public class ContentViewActivity extends ABVContentViewActivity {
updateOperationTaskPosition(operationTaskDto.pdfX, operationTaskDto.pdfY);
}
cmdOperationTaskLayout(cmd, checkParam);
// #39225 【Check Android 1.2.300】画面をダブルタップしても報告画面が開かないケースがある
mScrollStatus = ScrollStatus.NONE;
break;
case ABookKeys.CMD_CHANGE_DISPLAY_STATUS:
switch (mStatusCode) {
......
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