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
c5b540f8
You need to sign in or sign up before continuing.
Commit
c5b540f8
authored
Sep 20, 2023
by
Kim Jinsung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
同期ボタンタップ時、QRコード作業情報(作業ID)を強制削除
parent
afd54761
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
+3
-1
ABVJE_UI_Android/src/jp/agentec/abook/abv/ui/home/activity/OperationListActivity.java
+1
-1
ABVJE_UI_Android/src/jp/agentec/abook/abv/ui/home/helper/OperationListHelper.java
+2
-0
No files found.
ABVJE_UI_Android/src/jp/agentec/abook/abv/ui/home/activity/OperationListActivity.java
View file @
c5b540f8
...
...
@@ -206,7 +206,7 @@ public class OperationListActivity extends OperationActivity {
// 作業種別のサービスオプション値を保持用フラグ
private
boolean
mOperationGroupMasterServiceOperationFlg
;
p
rivate
Long
mQrCodeOperationId
=
null
;
p
ublic
Long
mQrCodeOperationId
=
null
;
// ビューの作成
private
class
ReloadHandler
implements
Runnable
{
@Override
...
...
ABVJE_UI_Android/src/jp/agentec/abook/abv/ui/home/helper/OperationListHelper.java
View file @
c5b540f8
...
...
@@ -164,6 +164,7 @@ public abstract class OperationListHelper {
@Override
public
void
onSyncOperation
(
final
OperationDto
operationDto
)
{
mAppActivity
.
mQrCodeOperationId
=
null
;
// 同期処理
mAppActivity
.
startSyncOperation
(
operationDto
);
}
...
...
@@ -226,6 +227,7 @@ public abstract class OperationListHelper {
@Override
public
void
onSyncOperation
(
final
OperationDto
operationDto
)
{
mAppActivity
.
mQrCodeOperationId
=
null
;
// 同期処理
mAppActivity
.
startSyncOperation
(
operationDto
);
}
...
...
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