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
56e23e9a
Commit
56e23e9a
authored
Jun 25, 2020
by
Kim Jinsung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
THETAカメラ画面から閉じるボタンタップ時に全画面インジケーター非表示処理漏れ対応
parent
27f1c689
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
+1
-2
ABVJE_UI_Android/src/jp/agentec/abook/abv/ui/viewer/activity/theta/ThetaActivity.java
+1
-2
No files found.
ABVJE_UI_Android/src/jp/agentec/abook/abv/ui/viewer/activity/theta/ThetaActivity.java
View file @
56e23e9a
...
...
@@ -42,7 +42,7 @@ public class ThetaActivity extends ABVUIActivity {
public
void
onReceive
(
Context
context
,
Intent
intent
)
{
unregisterReceiver
(
wifiReceiver
);
boolean
isConnected
=
mThetaHelper
.
checkThetaCameraWifiConnected
(
mWifiManager
);
closeProgressPopup
();
//THETAカメラ画面閉じる
if
(
mWifiScanType
==
Constant
.
WifiScanType
.
CloseCameraActivity
)
{
if
(
isConnected
)
{
...
...
@@ -57,7 +57,6 @@ public class ThetaActivity extends ABVUIActivity {
AlertDialogUtil
.
showAlertDialog
(
ThetaActivity
.
this
,
R
.
string
.
app_name
,
R
.
string
.
msg_theta_wifi_disconnect
,
true
,
new
DialogInterface
.
OnClickListener
()
{
@Override
public
void
onClick
(
DialogInterface
dialog
,
int
which
)
{
closeProgressPopup
();
//Thetaカメラ関連Activity終了
ActivityHandlingHelper
.
getInstance
().
finishAllThetaActivity
();
mThetaHelper
.
appConnectedWifiDefault
();
...
...
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