Skip to content

Commit 686a20b

Browse files
fix: willRedirectToAppStore iOS signature
1 parent 5571c3d commit 686a20b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/Classes/Modules/InstabugApi.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ - (void)networkLogData:(NSDictionary<NSString *, id> *)data error:(FlutterError
305305
}
306306
}
307307

308-
- (void)willRedirectToAppStore {
308+
- (void)willRedirectToAppStoreWithError:(FlutterError * _Nullable __autoreleasing *)error {
309309
[Instabug willRedirectToAppStore];
310310
}
311311

0 commit comments

Comments
 (0)