Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
RvApp
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
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
lify
RvApp
Commits
22c08aa5
Commit
22c08aa5
authored
Oct 17, 2019
by
linfeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
租车
parent
47c7f575
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
PatGeneratePosterActivity.java
...a/com/xxfc/discovery/other/PatGeneratePosterActivity.java
+1
-2
CarRentalListActivity.java
...rv/home/rv/module/ui/main/home/CarRentalListActivity.java
+1
-0
No files found.
module_discovery/src/main/java/com/xxfc/discovery/other/PatGeneratePosterActivity.java
View file @
22c08aa5
...
@@ -90,7 +90,6 @@ public class PatGeneratePosterActivity extends BaseStatusActivity<PickerPresente
...
@@ -90,7 +90,6 @@ public class PatGeneratePosterActivity extends BaseStatusActivity<PickerPresente
@Autowired
()
@Autowired
()
String
userName
;
String
userName
;
private
ShareManager
shareManager
;
private
ShareManager
shareManager
;
@Override
@Override
...
@@ -234,7 +233,7 @@ public class PatGeneratePosterActivity extends BaseStatusActivity<PickerPresente
...
@@ -234,7 +233,7 @@ public class PatGeneratePosterActivity extends BaseStatusActivity<PickerPresente
mPresenter
.
openAlbum
(
false
);
mPresenter
.
openAlbum
(
false
);
break
;
break
;
}
}
}
else
{
}
else
{
new
AppSettingsDialog
.
Builder
(
PatGeneratePosterActivity
.
this
).
new
AppSettingsDialog
.
Builder
(
PatGeneratePosterActivity
.
this
).
setTitle
(
"需要获取相机权限、存储权限"
)
setTitle
(
"需要获取相机权限、存储权限"
)
.
setRationale
(
"如果没有此权限,此应用程序可能无法正常工作,是否打开设置修改该应用权限"
)
.
setRationale
(
"如果没有此权限,此应用程序可能无法正常工作,是否打开设置修改该应用权限"
)
...
...
module_home/src/main/java/com/rv/home/rv/module/ui/main/home/CarRentalListActivity.java
View file @
22c08aa5
...
@@ -203,6 +203,7 @@ public class CarRentalListActivity extends BaseStatusActivity<CommonPresenter> i
...
@@ -203,6 +203,7 @@ public class CarRentalListActivity extends BaseStatusActivity<CommonPresenter> i
super
.
onDestroy
();
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
})
@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
)
{
public
void
onViewClicked
(
View
view
)
{
int
id
=
view
.
getId
();
int
id
=
view
.
getId
();
...
...
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