For #12725: Suppress UnusedMaterial3ScaffoldPaddingParameter warning.

Padding value is not used for placing content.
This commit is contained in:
mcarare 2022-09-01 16:00:10 +03:00 committed by mergify[bot]
parent bd354385d7
commit d4b6babdb0
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@
package org.mozilla.fenix.settings.wallpaper
import android.annotation.SuppressLint
import android.graphics.Bitmap
import androidx.compose.foundation.BorderStroke
import androidx.compose.foundation.ExperimentalFoundationApi
@ -63,6 +64,7 @@ import org.mozilla.fenix.wallpapers.Wallpaper
* @param onSelectWallpaper Callback for when a new wallpaper is selected.
* @param onViewWallpaper Callback for when the view action is clicked from snackbar.
*/
@SuppressLint("UnusedMaterialScaffoldPaddingParameter")
@Composable
@Suppress("LongParameterList")
fun WallpaperSettings(