This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
fyf
/
AndroidSmartClient
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1
Wiki
Activity
Browse Source
666
master
fyf
11 months ago
parent
30fd1aa491
commit
6acde8f1f8
1 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-3
app/src/main/java/com/bonait/bnframework/modules/home/fragment/Home1Fragment.java
+ 3
- 3
app/src/main/java/com/bonait/bnframework/modules/home/fragment/Home1Fragment.java
View File
@@ -236,9 +236,9 @@ public class Home1Fragment extends BaseFragment {
getActivity().runOnUiThread(new Runnable() {
@Override
public void run() {
//
if (!IsMake(true)) {
//
return;
//
}
if (!IsMake(true)) {
return;
}
good = (BPA_GOODS) data;
SetBottonStatus(false);
caipumingcheng.setText(good.name);
Write
Preview
Loading…
Cancel
Save