Commit e6033138 authored by linfeng's avatar linfeng

优化

parent 0ae7d62f
...@@ -103,8 +103,6 @@ public class CarDetailActivity extends BaseStatusActivity<CommonPresenter> { ...@@ -103,8 +103,6 @@ public class CarDetailActivity extends BaseStatusActivity<CommonPresenter> {
.putExtra("endTime", endTime); .putExtra("endTime", endTime);
} }
;
public static Intent getIntent(Context context, int type) { public static Intent getIntent(Context context, int type) {
return new Intent(context, CarDetailActivity.class) return new Intent(context, CarDetailActivity.class)
.setFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP | Intent.FLAG_ACTIVITY_SINGLE_TOP) .setFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP | Intent.FLAG_ACTIVITY_SINGLE_TOP)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment