Skip to content

Commit

Permalink
Merge branch 'trunk' into issue/sitemonitor-m3
Browse files Browse the repository at this point in the history
  • Loading branch information
nbradbury authored Nov 4, 2024
2 parents 1707fbe + b9405f4 commit f07664a
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ private fun Modifier.emptyContentTextModifier() = padding(horizontal = 30.dp)
*
* @param modifier [Modifier] applied on the containing [Box]
* @param title [String] that will be displayed as title
* @param subtitle (optional) [String] that will be displayed as subtitle
* @param image (optional) Drawable resource ID for the image that will be displayed
* @param imageContentDescription (optional) Content Description for the above image
* @param subtitle [String?] that will be displayed as subtitle
* @param image [Int?] Drawable resource ID for the image that will be displayed
* @param imageContentDescription [String?] Content Description for the above image
*/
@Composable
fun EmptyContentM3(
Expand Down

0 comments on commit f07664a

Please sign in to comment.