Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
machine
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hooloo
android
machine
Commits
9acaef06
Commit
9acaef06
authored
Jul 15, 2023
by
wjg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.0.14
parent
1c9821d5
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
main_app/src/main/java/com/ihaoin/hooloo/device/interaction/view/InteractionPresentation.java
+2
-2
release-apk/main_app-release_14_1.0.14.apk
+0
-0
No files found.
main_app/src/main/java/com/ihaoin/hooloo/device/interaction/view/InteractionPresentation.java
View file @
9acaef06
...
@@ -127,13 +127,13 @@ public class InteractionPresentation extends Presentation {
...
@@ -127,13 +127,13 @@ public class InteractionPresentation extends Presentation {
try
{
try
{
Object
obj
=
msg
.
obj
;
Object
obj
=
msg
.
obj
;
if
(
msg
.
what
!=
1
||
obj
==
null
)
{
if
(
msg
.
what
!=
1
||
obj
==
null
)
{
Utils
.
showToast
(
getContext
(),
R
.
string
.
error_get_posters
);
//
Utils.showToast(getContext(), R.string.error_get_posters);
setErrorViews
();
setErrorViews
();
return
;
return
;
}
}
PostersVo
postersVo
=
JsonUtils
.
readValue
(
obj
,
PostersVo
.
class
);
PostersVo
postersVo
=
JsonUtils
.
readValue
(
obj
,
PostersVo
.
class
);
if
(
postersVo
==
null
||
CollectionUtils
.
isEmpty
(
postersVo
.
getPosters
()))
{
if
(
postersVo
==
null
||
CollectionUtils
.
isEmpty
(
postersVo
.
getPosters
()))
{
Utils
.
showToast
(
getContext
(),
R
.
string
.
error_get_posters
);
//
Utils.showToast(getContext(), R.string.error_get_posters);
setErrorViews
();
setErrorViews
();
return
;
return
;
}
}
...
...
release-apk/main_app-release_14_1.0.14.apk
0 → 100644
View file @
9acaef06
File added
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