Skip to content

Commit 679a6f4

Browse files
authored
docs: correct adjustMarginsForEdgeToEdge descriptions (#8152)
1 parent 60d27b8 commit 679a6f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cli/src/declarations.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,8 +300,8 @@ export interface CapacitorConfig {
300300

301301
/**
302302
* If set to "force", margins will be adjusted for edge to edge regardless of any other settings.
303-
* If set to "auto", or is missing, will check for Android 15 and the setting of [windowOptOutEdgeToEdgeEnforcement](https://developer.android.com/reference/android/R.attr#windowOptOutEdgeToEdgeEnforcement) and will adjust margins if on Android 15 and windowOptOutEdgeToEdgeEnforcement is false/missing.
304-
* If set to "disable", will not adjust margins at all.
303+
* If set to "auto", will check for Android 15 and the setting of [windowOptOutEdgeToEdgeEnforcement](https://developer.android.com/reference/android/R.attr#windowOptOutEdgeToEdgeEnforcement) and will adjust margins if on Android 15 and windowOptOutEdgeToEdgeEnforcement is false/missing.
304+
* If set to "disable", or is missing, will not adjust margins at all.
305305
* In Capacitor 8, this default will be changed to 'auto'
306306
*
307307
* @since 7.1.0

0 commit comments

Comments
 (0)