Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Commit

Permalink
For #12725: Suppress UnusedMaterial3ScaffoldPaddingParameter warning.
Browse files Browse the repository at this point in the history
Padding value is not used for placing content.
  • Loading branch information
mcarare authored and mergify[bot] committed Sep 6, 2022
1 parent bd35438 commit d4b6bab
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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(
Expand Down

0 comments on commit d4b6bab

Please sign in to comment.