-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mobile 3860 #32
Mobile 3860 #32
Conversation
let endHour: UInt | ||
let endMinute: UInt | ||
|
||
public init(startHour: UInt, startMinute: UInt, endHour: UInt, endMinute: UInt) throws { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
probably want to check end time is later than start time
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it actually does not need to be checked since you can have it start at 10pm and end at 6am or something
@@ -32,6 +34,24 @@ public class DefaultMessageCenterUI { | |||
) | |||
} | |||
|
|||
@MainActor | |||
func displayMessageView(messageID: String) { | |||
guard let scene = try? AirshipUtils.findWindowScene() else { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lastActiveScene, findWindowScene is private now
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess this is just beta nm
Changes needed for urbanairship/urbanairship-cordova#420: