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
6443a94e
Commit
6443a94e
authored
Oct 23, 2019
by
jianglx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改弹框停留的时间
parent
da9b1214
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
CustomerListActivity.java
plugin_im/src/main/java/com/rv/im/CustomerListActivity.java
+1
-1
TitleTextWindow.java
plugin_im/src/main/java/com/rv/im/view/TitleTextWindow.java
+1
-1
No files found.
plugin_im/src/main/java/com/rv/im/CustomerListActivity.java
View file @
6443a94e
...
@@ -108,7 +108,7 @@ public class CustomerListActivity extends BaseStatusActivity<CommonPresenter> im
...
@@ -108,7 +108,7 @@ public class CustomerListActivity extends BaseStatusActivity<CommonPresenter> im
if
(
Build
.
VERSION
.
SDK_INT
>=
Build
.
VERSION_CODES
.
M
)
{
if
(
Build
.
VERSION
.
SDK_INT
>=
Build
.
VERSION_CODES
.
M
)
{
if
(!
Settings
.
canDrawOverlays
(
this
))
{
if
(!
Settings
.
canDrawOverlays
(
this
))
{
new
AlertDialog
.
Builder
(
this
).
setTitle
(
"提示"
)
new
AlertDialog
.
Builder
(
this
).
setTitle
(
"提示"
)
.
setMessage
(
"允许
滴房车在其他应用
上层显示,实时获知新消息"
)
.
setMessage
(
"允许
在手机
上层显示,实时获知新消息"
)
.
setNegativeButton
(
"下次再说"
,
(
dialogInterface
,
i
)
->
{
.
setNegativeButton
(
"下次再说"
,
(
dialogInterface
,
i
)
->
{
dialogInterface
.
dismiss
();
dialogInterface
.
dismiss
();
}).
setPositiveButton
(
"好的"
,
(
dialogInterface
,
i
)
->
{
}).
setPositiveButton
(
"好的"
,
(
dialogInterface
,
i
)
->
{
...
...
plugin_im/src/main/java/com/rv/im/view/TitleTextWindow.java
View file @
6443a94e
...
@@ -103,7 +103,7 @@ public class TitleTextWindow implements View.OnTouchListener {
...
@@ -103,7 +103,7 @@ public class TitleTextWindow implements View.OnTouchListener {
createTitleView
();
createTitleView
();
animShow
();
animShow
();
//3S后自动关闭
//3S后自动关闭
mHander
.
sendEmptyMessageDelayed
(
20
,
1
000
);
mHander
.
sendEmptyMessageDelayed
(
20
,
2
000
);
}
}
/**
/**
...
...
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