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
89a8b4f6
Commit
89a8b4f6
authored
Apr 16, 2019
by
Lee Jaebin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ozd画面の端末バックボタンで終了させる処理の対応
parent
2bf12615
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
10 deletions
+5
-10
ABVJE_UI_Android/src/jp/agentec/abook/abv/ui/viewer/activity/CheckOZDViewActivity.java
+5
-10
No files found.
ABVJE_UI_Android/src/jp/agentec/abook/abv/ui/viewer/activity/CheckOZDViewActivity.java
View file @
89a8b4f6
...
...
@@ -67,8 +67,6 @@ public class CheckOZDViewActivity extends ABVContentViewActivity {
private
static
boolean
mIsSkiaLoad
;
private
static
boolean
mIsViewerLoad
;
private
long
mOperationId
;
private
String
mTaskKey
;
private
int
mTaskReportId
;
private
String
mReportStartDate
;
private
String
mReportFileName
;
...
...
@@ -111,8 +109,6 @@ public class CheckOZDViewActivity extends ABVContentViewActivity {
// TODO リソース変更
// リソースパターンの適用
TextView
tvTitle
=
(
TextView
)
findViewById
(
R
.
id
.
tv_title
);
// OZ閲覧画面に表示するボタン表示の可否設定
...
...
@@ -356,10 +352,11 @@ public class CheckOZDViewActivity extends ABVContentViewActivity {
@Override
public
boolean
onKeyUp
(
int
keyCode
,
KeyEvent
event
)
{
if
(
keyCode
==
KeyEvent
.
KEYCODE_BACK
)
{
if
(
!
mAddReport
)
{
// 作業追加区分がなしの場合
goToMain
();
// 一覧画面に遷移
if
(
mAddReport
)
{
ozdCancelProcess
();
// Ozd作業画面を閉じる
}
else
{
finishActivity
();
// Ozd作業画面を閉じる
// 作業追加区分がなしの場合
goToMain
();
// 一覧画面に遷移
}
}
else
{
return
super
.
onKeyUp
(
keyCode
,
event
);
...
...
@@ -372,6 +369,7 @@ public class CheckOZDViewActivity extends ABVContentViewActivity {
return
super
.
onKeyDown
(
keyCode
,
event
);
}
@Override
public
void
finishActivity
()
{
finish
();
}
...
...
@@ -384,9 +382,6 @@ public class CheckOZDViewActivity extends ABVContentViewActivity {
@Override
protected
void
onStop
()
{
super
.
onStop
();
// if (mObjectLogId != -1) {
// ContentLogUtil.getInstance().endObjectLog(getContentId(), mObjectLogId); // TODO
// }
}
private
void
sendPDF
(
DownloadedContentInfoJSON
json
)
{
// PDFファイルメールで送信
...
...
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