fix: default value for presenting method
This commit is contained in:
parent
d0576acd95
commit
e1c9596010
|
|
@ -49,7 +49,7 @@ final public class LoggingPresenter {
|
|||
}
|
||||
|
||||
/// Shows the UIWindow with a button that opens a logging list view.
|
||||
public func addLogsButton(to scene: UIWindowScene? = nil, isShakingMotionAllowed isShaking: Bool = true) {
|
||||
public func addLogsButton(to scene: UIWindowScene? = nil, isShakingMotionAllowed isShaking: Bool = false) {
|
||||
showWindow(withScene: scene)
|
||||
loggingViewController.setVisible(isVisible: true)
|
||||
loggingViewController.setRegistrationForShacking(isShackingEventAllowed: isShaking)
|
||||
|
|
|
|||
Loading…
Reference in New Issue