|
|
@@ -600,7 +600,7 @@ public class ApexDriverApplication extends Application {
|
|
|
int is_order = aps.optInt("is-order",0);
|
|
|
if (is_order != 0) {
|
|
|
|
|
|
- sendBroadcast(new Intent(HomeFragment.HomeReloadBroadcastAction));
|
|
|
+// sendBroadcast(new Intent(HomeFragment.HomeReloadBroadcastAction));
|
|
|
|
|
|
boolean isActive = !isbackground; // 程序是否在前台
|
|
|
if (isActive) {
|