Skip to content

Commit a42a0f1

Browse files
committed
Fixed invalid return type.
1 parent 1e93a50 commit a42a0f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Plugins/iOS/IOSBridge.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public static class Settings
6868
public static extern bool IOSIsLowPowerModeEnabled();
6969

7070
[DllImport("__Internal")]
71-
public static extern bool IOSUIImpactFeedbackGenerator(string style = "medium");
71+
public static extern void IOSUIImpactFeedbackGenerator(string style = "medium");
7272

7373
}
7474

0 commit comments

Comments
 (0)