ダッシュボードから開いた報告を閉じるとダッシュボードに戻るようにした
{{ resolvedDiscussionCount }}/{{ discussionCount }} {{ resolvedCountText }} resolved
90 | 94 | |
91 | 95 | final String url = intent.getStringExtra("LINKURL"); // LinkURL |
92 | 96 | mOperationId = intent.getLongExtra(ABookKeys.OPERATION_ID, -1); // OperationId |
93 | ||
97 | fromDashboard = url.contains("taskKey"); | |
Please
register
or
sign in
to reply
|
335 | 339 | if (url.contains(ABookKeys.ABOOK_CHECK_API)) { |
336 | 340 | commonShouldOverrideUrlLoading(uri, null); |
337 | 341 | } |
342 | if (fromDashboard && (url.contains(ABookKeys.CMD_CANCEL_TASK_REPORT))) { | |
343 | handler.post(new Runnable() { | |
344 | @Override | |
345 | public void run() { | |
346 | finishActivity(); | |
347 | } | |
348 | }); | |
349 | } | |
|
resolved all discussions
resolved all discussions
merged
merged
mentioned in commit 9158ab5c
mentioned in commit 9158ab5c