Skip to content

Commit

Permalink
For mozilla-mobile#12725: Suppress UnusedMaterial3ScaffoldPaddingPara…
Browse files Browse the repository at this point in the history
…meter warning.

Padding value is not used for placing content.
  • Loading branch information
mcarare committed Sep 5, 2022
1 parent eb8bf5a commit 552d817
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 552d817

Please sign in to comment.