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
fd5787c0
Commit
fd5787c0
authored
Jun 23, 2022
by
wjg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
准发布版本
parent
de720882
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
app/src/main/java/com/ihaoin/hooloo/device/adapter/GoodsAdapter.java
+2
-2
app/src/main/java/com/ihaoin/hooloo/device/config/AppConfig.java
+1
-1
No files found.
app/src/main/java/com/ihaoin/hooloo/device/adapter/GoodsAdapter.java
View file @
fd5787c0
...
...
@@ -54,8 +54,8 @@ public class GoodsAdapter extends BaseSectionQuickAdapter<ScrollBean, BaseViewHo
LinearLayout
layoutTag
=
helper
.
getView
(
R
.
id
.
layout_tags
);
layoutTag
.
removeAllViews
();
// TODO delete
goods
.
setTags
(
Arrays
.
asList
(
"一二"
,
"一二三四"
,
"一二三四五六七"
));
//
// TODO delete
//
goods.setTags(Arrays.asList("一二", "一二三四", "一二三四五六七"));
if
(
CollectionUtils
.
isEmpty
(
goods
.
getTags
()))
{
helper
.
setVisible
(
R
.
id
.
layout_tags
,
false
);
...
...
app/src/main/java/com/ihaoin/hooloo/device/config/AppConfig.java
View file @
fd5787c0
...
...
@@ -2,7 +2,7 @@ package com.ihaoin.hooloo.device.config;
public
class
AppConfig
{
public
static
Boolean
DEBUG
=
tru
e
;
// TODO false
public
static
Boolean
DEBUG
=
fals
e
;
// TODO false
public
static
String
HL
=
"HL"
;
public
static
String
TAG
=
HL
+
"_TEST"
;
public
static
String
TAG_PUSH
=
HL
+
"_PUSH"
;
...
...
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