Merge pull request #1068 from vector-im/fix/jme/snackbar-padding

Fix snackbar padding
This commit is contained in:
Benoit Marty 2023-08-17 17:53:54 +02:00 committed by GitHub
commit ae329677d7
2 changed files with 4 additions and 1 deletions

View file

@ -352,7 +352,7 @@ subprojects {
doLast {
fileTree(buildDir).apply { include("**/*ShowkaseExtension*.kt") }.files.forEach { file ->
ReplaceRegExp().apply {
setMatch("public fun Showkase.getMetadata")
setMatch("^public fun Showkase.getMetadata")
setReplace("@Suppress(\"DEPRECATION\") public fun Showkase.getMetadata")
setFlags("g")
setByLine(true)