update
This commit is contained in:
@@ -16,6 +16,7 @@ open class Entry {
|
||||
|
||||
public func showRefuseOrderEntry(view:UIView,name:String? = nil){
|
||||
var attributes = EKAttributes()
|
||||
attributes.positionConstraints.rotation.isEnabled = false
|
||||
attributes = .centerFloat
|
||||
attributes.name = name
|
||||
attributes.precedence = .override(priority: .normal, dropEnqueuedEntries: false)
|
||||
@@ -59,6 +60,7 @@ open class Entry {
|
||||
|
||||
func showAppUpdateEntry(view:UIView,name:String? = nil) {
|
||||
var attributes = EKAttributes()
|
||||
attributes.positionConstraints.rotation.isEnabled = false
|
||||
attributes = .centerFloat
|
||||
attributes.name = name
|
||||
attributes.precedence = .override(priority: .high, dropEnqueuedEntries: false)
|
||||
@@ -102,6 +104,7 @@ open class Entry {
|
||||
|
||||
func showNotificationAuthEntry(view:UIView,name:String? = nil) {
|
||||
var attributes = EKAttributes()
|
||||
attributes.positionConstraints.rotation.isEnabled = false
|
||||
attributes = .centerFloat
|
||||
attributes.name = name
|
||||
attributes.precedence = .override(priority: .low, dropEnqueuedEntries: false)
|
||||
|
||||
Reference in New Issue
Block a user