Commit 22c08aa5 authored by linfeng's avatar linfeng

租车

parent 47c7f575
......@@ -90,7 +90,6 @@ public class PatGeneratePosterActivity extends BaseStatusActivity<PickerPresente
@Autowired()
String userName;
private ShareManager shareManager;
@Override
......@@ -234,7 +233,7 @@ public class PatGeneratePosterActivity extends BaseStatusActivity<PickerPresente
mPresenter.openAlbum(false);
break;
}
}else{
} else {
new AppSettingsDialog.Builder(PatGeneratePosterActivity.this).
setTitle("需要获取相机权限、存储权限")
.setRationale("如果没有此权限,此应用程序可能无法正常工作,是否打开设置修改该应用权限")
......
......@@ -203,6 +203,7 @@ public class CarRentalListActivity extends BaseStatusActivity<CommonPresenter> i
super.onDestroy();
}
@OnClick({R2.id.ll_item_select_date, R2.id.ll_item_get_address, R2.id.ll_item_out_address, R2.id.ll_item_filter})
public void onViewClicked(View view) {
int id = view.getId();
......
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