Skip to content

Commit

Permalink
Merge pull request #1709 from msfjarvis/hs/un-corp-urls
Browse files Browse the repository at this point in the history
[Docs] Replace corp URLs with publicly accessible ones
  • Loading branch information
alexvanyo authored Aug 25, 2023
2 parents 45db051 + 1cc7a3e commit 846bffc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/insets.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ For a more complex example, see the [`EdgeToEdgeLazyColumn`](https://github.com/
## Inset-aware layouts (`insets-ui`)

!!! warning
**This library is deprecated, with [official support](https://android-review.git.corp.google.com/c/platform/frameworks/support/+/2667875) in androidx.compose.material.** The original documentation is below.
**This library is deprecated, with [official support](https://android-review.googlesource.com/c/platform/frameworks/support/+/2667875) in androidx.compose.material.** The original documentation is below.

Unfortunately, most of Compose Material's layouts do not support the use of content padding, which means that the following code probably doesn't produce the effect you want:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import org.junit.runners.Parameterized
/**
* Version of [BaseHorizontalPagerTest] which is designed to be run on device/emulators.
*/
@Ignore("https://buganizer.corp.google.com/issues/218668336") // To be fixed in alpha04
@Ignore("https://issuetracker.google.com/issues/218668336") // To be fixed in alpha04
@RunWith(Parameterized::class)
class InstrumentedHorizontalPagerTest(
itemWidthFraction: Float,
Expand Down

0 comments on commit 846bffc

Please sign in to comment.