Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
P
PDF Viewer Scanner White
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wanglei
PDF Viewer Scanner White
Commits
890f8012
Commit
890f8012
authored
Oct 14, 2024
by
wanglei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
...
parent
168ea930
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
NotificationUiUtil.kt
.../com/base/pdfviewerscannerwhite/fcm/NotificationUiUtil.kt
+1
-1
PopupConstObject.kt
...va/com/base/pdfviewerscannerwhite/fcm/PopupConstObject.kt
+1
-1
No files found.
app/src/main/java/com/base/pdfviewerscannerwhite/fcm/NotificationUiUtil.kt
View file @
890f8012
...
...
@@ -95,7 +95,7 @@ object NotificationUiUtil {
val
calendar
=
Calendar
.
getInstance
()
val
currentHour
=
calendar
.
get
(
Calendar
.
HOUR_OF_DAY
)
if
(
currentHour
!
in
start
until
end
)
{
LogEx
.
logDebug
(
"canSendNotification"
,
"start end"
)
LogEx
.
logDebug
(
"canSendNotification"
,
"start end
currentHour=$currentHour $start $end
"
)
EventUtils
.
event
(
"Notification_Error"
,
"start=$start end=$end currentHour=$currentHour"
)
return
false
}
...
...
app/src/main/java/com/base/pdfviewerscannerwhite/fcm/PopupConstObject.kt
View file @
890f8012
...
...
@@ -15,7 +15,7 @@ object PopupConstObject {
val
popup_count
=
"popup_count"
//所有常规推送的当日推送次数限制,0 为不限制
val
popup_start
=
"popup_start"
val
popup_end
=
"popup_
start
"
val
popup_end
=
"popup_
end
"
val
popup_interval
=
"popup_interval"
val
popup_timber_interval
=
"popup_timber_interval"
val
popup_lock_interval
=
"popup_lock_interval"
...
...
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