Skip to content

Commit 8b4dc16

Browse files
chore(status-bar): fix formatting of documentation in definitions.ts
1 parent 17e8b9d commit 8b4dc16

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

status-bar/src/definitions.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ declare module '@capacitor/cli' {
1111
* For applications targeting Android 15, this property has no effect unless
1212
* the property windowOptOutEdgeToEdgeEnforcement is added to the application layout file.
1313
* Otherwise, the application assumes always overlays as true.
14-
* More details in https://developer.android.com/reference/android/R.attr#windowOptOutEdgeToEdgeEnforcement
14+
* More details in https://developer.android.com/reference/android/R.attr#windowOptOutEdgeToEdgeEnforcement.
1515
* For applications targeting Android 16 or above, this property has no effect.
1616
*
1717
* @since 1.0.0
@@ -214,7 +214,7 @@ export interface StatusBarPlugin {
214214
* For applications targeting Android 15, calling this function has no effect unless
215215
* the property windowOptOutEdgeToEdgeEnforcement is added to the application layout file.
216216
* Otherwise, the application assumes always overlays as true.
217-
* More details in https://developer.android.com/reference/android/R.attr#windowOptOutEdgeToEdgeEnforcement
217+
* More details in https://developer.android.com/reference/android/R.attr#windowOptOutEdgeToEdgeEnforcement.
218218
* For applications targeting Android 16 or above, calling this function has no effect.
219219
*
220220
* @since 1.0.0

0 commit comments

Comments
 (0)