Skip to content

Commit fc725e8

Browse files
committed
Make extension private as it is only used in the App Delegate
1 parent ceac218 commit fc725e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/Classes/AppDelegate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ extension AppDelegate: UNUserNotificationCenterDelegate {
443443

444444
// MARK: - Universal Links
445445

446-
extension AppDelegate {
446+
private extension AppDelegate {
447447
func handleWebActivity(_ activity: NSUserActivity) {
448448
guard let linkURL = activity.webpageURL else {
449449
return

0 commit comments

Comments
 (0)