Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
abook_check
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abook_android
abook_check
Commits
bd0bd00b
Commit
bd0bd00b
authored
Mar 28, 2019
by
Jeong Gilmo
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/1.0.1' into feature/1.0.1_33006
parents
b35eb4a4
b5e284ed
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
14 deletions
+13
-14
ABVJE_UI_Android/src/jp/agentec/abook/abv/ui/common/activity/ABVContentViewActivity.java
+13
-14
No files found.
ABVJE_UI_Android/src/jp/agentec/abook/abv/ui/common/activity/ABVContentViewActivity.java
View file @
bd0bd00b
...
@@ -922,25 +922,24 @@ public abstract class ABVContentViewActivity extends ABVAuthenticatedActivity {
...
@@ -922,25 +922,24 @@ public abstract class ABVContentViewActivity extends ABVAuthenticatedActivity {
public
Object
callback
(
Object
ret
)
{
public
Object
callback
(
Object
ret
)
{
final
boolean
isError
=
(
boolean
)
ret
;
final
boolean
isError
=
(
boolean
)
ret
;
closeProgressPopup
();
closeProgressPopup
();
int
ozViewCloseFlag
=
0
;
// OZD作業でエラーが発生する場合ozViewCloseFlagの値を設定する。
if
(
ActivityHandlingHelper
.
getInstance
().
searchOzdActivityStack
())
{
// OZD作業画面があるかを確認
if
(
isError
&&
ActivityHandlingHelper
.
getInstance
().
searchOzdActivityStack
())
{
if
(!
isError
)
{
// エラーがなしの場合
ozViewCloseFlag
=
1
;
if
(
mAddReport
)
{
// 作業追加ありの場合
}
if
(
mAddReport
)
{
// 作業追加区分あり
if
(
ozViewCloseFlag
==
0
)
{
// エラーなし
// コールバック処理のみ行う。
afterABookCheckApi
(
mCmd
,
mTaskKey
,
0
,
""
,
null
,
isOperationPdf
());
}
else
{
// エラーあり
// OZD作業以外の場合
if
(!
ActivityHandlingHelper
.
getInstance
().
searchOzdActivityStack
())
{
// コールバック処理のみ行う。
// コールバック処理のみ行う。
afterABookCheckApi
(
mCmd
,
mTaskKey
,
0
,
""
,
null
,
isOperationPdf
());
afterABookCheckApi
(
mCmd
,
mTaskKey
,
0
,
""
,
null
,
isOperationPdf
());
}
}
// 画面遷移処理
closeCurrentScreen
(
mOperationType
);
}
}
else
{
if
(
mAddReport
)
{
// 作業追加ありの場合
// コールバック処理のみ行う。
afterABookCheckApi
(
mCmd
,
mTaskKey
,
0
,
""
,
null
,
isOperationPdf
());
}
}
// 画面遷移処理
closeCurrentScreen
(
mOperationType
);
}
}
// エラーがない場合のみ画面遷移処理を行う。
if
(
ozViewCloseFlag
==
0
)
closeCurrentScreen
(
mOperationType
);
return
null
;
return
null
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment