Skip to content

Commit 220a4d7

Browse files
committed
Revert incorrect header import path
- Fix BackgroundRefreshStrategy.m to use correct local header import - Remove permission_handler_apple/ prefix from import statement
1 parent 9cd624f commit 220a4d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

permission_handler_apple/ios/permission_handler_apple/Sources/permission_handler_apple/strategies/BackgroundRefreshStrategy.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// Created by Sebastian Roth on 28/09/2023.
66
//
77

8-
#import "permission_handler_apple/BackgroundRefreshStrategy.h"
8+
#import "BackgroundRefreshStrategy.h"
99

1010
@implementation BackgroundRefreshStrategy
1111

0 commit comments

Comments
 (0)